Description Usage Format Details Source Examples
How the endometriosis affects concetration of alpha and beta factors in the blood.
1 |
data.frame with 165 obs. and 4 variables
disease
disease, blood samples were taken from women with endometriosis of from healthy ones
phase
phase in the menstrual cycle as the examination day (proliferative or secretory)
alpha.factor
, beta.factor
concentration of alpha and beta factors in blood
Dataset used as example of ANCOVA
Artificial dataset generated to be consistent with Ula S. study
1 2 3 4 5 | data(endometriosis)
library(lattice)
xyplot(log(alpha.factor)~log(beta.factor)|disease*phase,
data=endometriosis, type=c("p", "r"))
summary(aov(alpha.factor~beta.factor*disease*phase, data=endometriosis))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.