search for: bwstrip

Displaying 3 results from an estimated 3 matches for "bwstrip".

2006 May 18
1
R CMD check: "T used instead of TRUE"
...my first own CRAN-able package. I have completed the programming and my code works OK. But now when I perform R CMD check agsemisc_1.0-2.tar.gz and R gets to the step * checking examples ... I receive the following error message: > print(bwplot(Species~Sepal.Length, data=iris, panel=panel.bwstrip)) Error in rep(T, length(x)) : T used instead of TRUE which apparently complains about a use of T that occurs not in the example, but rather in the implementation of the function called by the example. I have searched the R-devel archives for a reference to that error message and in https://st...
2010 Oct 13
1
bwplot change whiskers position to percentile 5 and P95
Dear R-community, Using bwplot, how can I put the whiskers at percentile 5 and percentile 95, in place of the default position coef=1.5?? Using panel=panel.bwstrip, whiskerpos=0.05, from the package agsemisc gives satisfaction, but changes the appearance of my boxplot and works with an old version of R, what I don’t want, and I didn’t find the option in box.umbrella parameters Many thanks Christophe Here is the code: library(lattice) ex <- data.frame(v1...
2010 Oct 15
0
nomianl response model
...sition to percentile 5 and P95 Message-ID: <AANLkTi=KFUvB2Ov1qP8aphwn+Nx-mE2359xr8f8=0iFo at mail.gmail.com> Content-Type: text/plain Dear R-community, Using bwplot, how can I put the whiskers at percentile 5 and percentile 95, in place of the default position coef=1.5?? Using panel=panel.bwstrip, whiskerpos=0.05, from the package agsemisc gives satisfaction, but changes the appearance of my boxplot and works with an old version of R, what I dont want, and I didnt find the option in box.umbrella parameters Many thanks Christophe Here is the code: library(lattice) ex <- data.frame(v1 =...