cvscore3: Cross Validation-Cubic Model

Description Usage Arguments Author(s) Examples

Description

Uses cross-validation to score how accurately a cubic model will perform when used in prediction. Score can be compared to that of cvscore1,...,cvscore5.

Usage

1
  cvscore3(x, y)

Arguments

x

is the independent variable

y

is the dependent variable

Author(s)

Katie Dodds k.dodds@utah.edu

Examples

1
2
3
4
attach(mtcars)
x=wt
y=mpg
cvscore3(x,y)

JackStat/CompPack documentation built on May 7, 2019, 10:16 a.m.