Learn R Programming

PBImisc (version 1.0)

endometriosis: Endometriosis study

Description

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

Usage

data(endometriosis)

Arguments

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

Source

Artificial dataset generated to be consistent with Ula S. study

Details

Dataset used as example of ANCOVA

Examples

Run this code
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))

Run the code above in your browser using DataLab