On 5/9/09, John Maindonald wrote:
> The following tinkers with the strip labels, where the
> different panels are for different levelf of a conditioning
> factor.
>
> tau <- (0:5)/2.5; m <- length(tau); n <- 200; SD <- 2
> x0 <- rnorm(n, mean=12.5, sd=SD)
> matdf <- data.frame(
>x = as.ve
The following tinkers with the strip labels, where the
different panels are for different levelf of a conditioning
factor.
tau <- (0:5)/2.5; m <- length(tau); n <- 200; SD <- 2
x0 <- rnorm(n, mean=12.5, sd=SD)
matdf <- data.frame(
x = as.vector(sapply((0:5)/2.5, function(s)x0+rnorm(n, sd=2*s))
2 matches
Mail list logo