huitema496 | R Documentation |
A data set presented on Page 496 of huitema (2011). The design is a 2 by 2 with one covariate.
data(huitema496)
A 16 by 4 array with the following 4 columns:
y
number of novel responses.
i
type of reinforcement (2 levels).
j
type of program (2 levels).
x
covariate, a measure of verbal fluency.
Discussion can be found in both references listed below.
Huitema, B.E. (2011), The analysis of covariance and alternatives, 2nd ed., New York: Wiley.
Huitema, B.E. (2011), The analysis of covariance and alternatives, 2nd ed., New York: Wiley.
Kloke, J. and McKean, J.W. (2014), Nonparametric statistcal methods using R, Boca Raton, FL: Chapman-Hall.
huitema496 <- data.frame(huitema496)
fit <- rfit(y~factor(i)+factor(j)+x,data=huitema496)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.