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
diseasedisease, blood samples were taken from women with endometriosis of from healthy ones
phasephase in the menstrual cycle as the examination day (proliferative or secretory)
alpha.factor, beta.factorconcentration 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))
|
Df Sum Sq Mean Sq F value Pr(>F)
beta.factor 1 184 183.6 3.135 0.0786 .
disease 1 374 374.5 6.393 0.0124 *
phase 1 215 215.3 3.675 0.0570 .
beta.factor:disease 1 12 12.1 0.206 0.6507
beta.factor:phase 1 123 123.4 2.107 0.1486
disease:phase 1 277 277.0 4.728 0.0312 *
beta.factor:disease:phase 1 0 0.5 0.008 0.9293
Residuals 157 9196 58.6
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.