powered by
CIgrandMean(object, alpha = 0.05) ## S3 method for class 'CIgm': print(x, ...)
lm
CIgrandMean
print.CIgm
dataset <- data.frame(y=rnorm(8), x=factor(c(rep(1,4),rep(0,4))), z=factor(rep(c(1,0),4))) mixlm <- lm(y~x*r(z), data = dataset) CIgrandMean(mixlm)
Run the code above in your browser using DataLab