enzyme: Data used in gamlss.mx

Description Usage Format Examples

Description

enzyme : The data comprise independent measurement of enzyme activity in the blood of 245 individuals. The data were analysed by Bechker at al. (1993).

brains : the brain size, brain, and body weight, body, for 28 differnt animals.

Usage

1
2

Format

enzyme : data frame with 245 observations on the following variable act.

brains : data frame with 28 observations on the following variables. body, brain

act

a numeric vector showing enzyme activity in the blood of 245 individuals.

body

a numeric vector showing the body weight of 28 differnt animals

brain

a numeric vector showing the brain size of 28 differnt animals

Examples

1
2
3
4
5
6
data(enzyme)
hist(enzyme$act)
data(brains)
brains$lbrain<-log(brains$brain)
brains$lbody<-log(brains$body)
with(brains, plot(lbrain~lbody))

gamlss.mx documentation built on May 2, 2019, 5:56 p.m.

Related to enzyme in gamlss.mx...