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 this?
Thank you so much for your help
netrunner
Read documentation for lattice graphics. Get your problem solved with
bwplot(....) without panel=panel.bpplot then add the panel=.
Frank
--
Frank E Harrell Jr Professor and Chairman School of Medicine
Department of Biostatistics Vanderbilt University
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.