Displaying 1 result from an estimated 1 matches for "patab".
Did you mean:
pata
2010 May 07
1
How to pass value to an argument in a function which is an argument to the main function
.... The problem is I couldn't pass different values to the
"type" argument to my.boxplot.stats, which in turn is an argument in
bwplot(). Now I just have to manually change the "type" value in
my.boxplot.stats. What I would like to do is call bwplot() like
bwplot(CL~DOSE,data=patab,stats=my.boxplot.stats(type=7)),
But I got an error:
Error in my.boxplot.stats(type = 7) : element 1 is empty;
the part of the args list of 'is.na' being evaluated was:
(x)
Thanks a lot.
Jun Shen from Millipore Corporation
========================================================
m...