Learn R Programming

Rfit (version 0.27.0)

ffa: Free Fatty Acid Data

Description

The response variable is level of free fatty acid in a sample of prepubescent boys. The explanatory variables are age (in months), weight (in lbs), and skin fold thickness.

Usage

data(ffa)

Arguments

Format

A data frame with 41 rows and 4 columns.

age

age in years

weight

weight in lbs

skin

skin fold thinkness

ffa

free fatty acid

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Examples

Run this code
data(ffa)
summary(rfit(ffa~age+weight+skin,data=ffa))  #using the default (Wilcoxon scores)
summary(rfit(ffa~age+weight+skin,data=ffa,scores=bentscores1))

Run the code above in your browser using DataLab