Learn R Programming

R330 (version 1.0)

fatty.df: Fatty acid data

Description

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

Usage

data(fatty.df)

Arguments

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

Run this code
data(fatty.df)
fatty.lm<-lm(ffa~age+weight+skinfold,data=fatty.df)

Run the code above in your browser using DataLab