Displaying 2 results from an estimated 2 matches for "strip2".
Did you mean:
strip
2007 Mar 29
1
[HH] extending ancova function for 2 factors
...P1:P4 superimposed
I would like to use this function for a two factor design.
-------------------------------------------------
| Q1 || Q1 || Q1 || Q1 | | PS.Pi | <- strip1
-------------------------------------------------
| P1 || P1 || P3 || P4 | | PS.Pi | <- strip2
-------------------------------------------------
|x || x || x || x | | |
|x || x || x || x | | | <- plot
|x || x || x || x | | |
-------------------------------------------------
-------------------------------------...
2010 Mar 31
1
strip.custom with strip on left for three conditioning variables
...to do this.
library(lattice)
mtcars$HP <- equal.count(mtcars$hp)
#with two factors
x2<-xyplot(mpg ~ disp | HP + factor(cyl), mtcars)
useOuterStrips(x2)
#with three factors
x3<-xyplot(mpg ~ disp | HP + factor(cyl) + factor(carb), mtcars)
update(x3,strip=strip.custom(which.given= 1),
strip2=strip.custom(which.given= 2),
strip.left=strip.custom(which.given=3)
)
--
Patrick Schmitz
Graduate Student
Plant Biology
1206 West Gregory Drive
RM 1500
[[alternative HTML version deleted]]