search for: x_power

Displaying 1 result from an estimated 1 matches for "x_power".

Did you mean: _power
2000 May 01
1
tick marks on mfrow=c(3,3) plot
...ing plots using the following two functions three.by.three.plot <- function(ss) { par(mfrow=c(3,3)) sub.plot(ss,1.5,0.02) sub.plot(ss,1.5,0.04) etc par(mfrow=c(1,1)) } sub.plot <- function(ss,gamma, prv) { plot(c(5,20,50),ss[ss[,"gam"]==gamma & ss[,"prev"]==prv,"x_Power"], type = "n", xlab="4Nc", ylab="Power",xlim=c(0,55), ylim=c(0,1),las=1) lines(c(5,20,50),ss[ss[,"gam"]==gamma & ss[,"prev"]==prv,"x_Power"], type ="b",lty=2, pch=15,mkh=0.11) ....plus some other lines comman...