auto.paint {funfits}R Documentation

Data frame of paint measurements from the hood of a car.

Arguments

thick Thickness of the paint.
DOI Distinctness of image of the paint.

SUMMARY

The auto.paint data frame has 80 rows and 2 columns. Two paint measurements are the thickness and the distinctness of image taken from the hood of a car at the GM research lab.

"DATA

This data frame contains the following columns:

SOURCE

James Wendelberger

General Motors research lab

See Also

nkreg

Examples

nkreg( auto.paint$thick, auto.paint$DOI, 5.0)-> look

[Package Contents]