windmill: Direct current output was measured against wind velocity

Description Usage Format Source References Examples

Description

Data collect from direct current output and wind velocity.

Usage

1

Format

A data frame with 25 observations on the following 2 variables.

Y

direct current output

x

wind velocity

Source

Hand, D.J., Daly, F., Lunn, A.D., McConway, K.J. and Ostrowski, E. (1993). A Handbook of Small Datasets. Chapman and Hall.

References

Joglekar, G., Schuenemeyer, J.H. and LaRiccia, V. (1989) Lack-of-fit testing when replicates are not available. American Statistician, 43, 135-143.

Examples

1
2
3
4
5
data(windmill)
g1<-lm(Y~x,data=windmill)
res<- resid(g1)
x<- windmill[,2]
hctest(x,res)

Example output

[1] 0.002989416

hcc documentation built on May 2, 2019, 2:08 a.m.