endometriosis: Endometriosis study

Description Usage Format Details Source Examples

Description

How the endometriosis affects concetration of alpha and beta factors in the blood.

Usage

1

Format

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

Details

Dataset used as example of ANCOVA

Source

Artificial dataset generated to be consistent with Ula S. study

Examples

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))

pbiecek/PBImisc documentation built on May 24, 2019, 10:35 p.m.