cvscore2: Cross Validation-Quadratic Model

Description Usage Arguments Author(s) Examples

Description

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

Usage

1
  cvscore2(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
cvscore2(x,y)

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