Re: [R] panel.bpplot

2010-01-18 Thread netrunner
Ok, thank you so much! netrunner Frank E Harrell Jr wrote: > > You ignored my posting about getting Lattice to work for you (bwplot( > ... )) before trying to add panel=panel.bpplot to the command. Once you > learn how to use lattice you will be able to answer your own question. > One of t

Re: [R] panel.bpplot

2010-01-18 Thread Frank E Harrell Jr
You ignored my posting about getting Lattice to work for you (bwplot( ... )) before trying to add panel=panel.bpplot to the command. Once you learn how to use lattice you will be able to answer your own question. One of the things you will find out is that only a few lattice functions handle m

Re: [R] panel.bpplot

2010-01-18 Thread netrunner
Dear Dieter, thank you so much for your help. I have a question yet, sorry. I have as "x" variable a matrix (14 row,8 columns) containing the numerical ratings of a group of users. I cannot use bwplot in this case. How can do it? thank you so much netrunner Dieter Menne wrote: > > > > n

Re: [R] panel.bpplot

2010-01-15 Thread Dieter Menne
netrunner wrote: > > I am a newbie in R. I would like to use the panel.bpplot function on my > data set but I have some problems. Can this function work on matrix? My > data set have some NaN and when I run panel.bpplot function it returns > error due to the presence of NaN. How Can I solve thi

Re: [R] panel.bpplot

2010-01-15 Thread Frank E Harrell Jr
netrunner wrote: Hi everybody, I am a newbie in R. I would like to use the panel.bpplot function on my data set but I have some problems. Can this function work on matrix? My data set have some NaN and when I run panel.bpplot function it returns error due to the presence of NaN. How Can I solve

[R] panel.bpplot

2010-01-15 Thread netrunner
Hi everybody, I am a newbie in R. I would like to use the panel.bpplot function on my data set but I have some problems. Can this function work on matrix? My data set have some NaN and when I run panel.bpplot function it returns error due to the presence of NaN. How Can I solve this? Thank you s