fatty.df: Fatty acid data

Description Usage Format Examples

Description

Data was collected to use physical measures to model a biochemical parameter in overweight children

Usage

1

Format

A data frame with 20 observations on the following 4 variables:

ffa

free fatty acid level in blood (response)

age

age (months)

weight

weight (pounds)

skinfold

skinfold thickness (inches)

Examples

1
2
data(fatty.df)
fatty.lm<-lm(ffa~age+weight+skinfold,data=fatty.df)

R330 documentation built on May 2, 2019, 2:12 p.m.