CVMSE: Cross validation

Description Usage Arguments

View source: R/CVMSE.R

Description

Cross validation

Usage

1
2
CVMSE(X = X, Y = Y, K = K, intercept = TRUE, methode = 1,
  groupe = NULL)

Arguments

X

covariates matrix (double)

Y

response variable

K

number of classes

intercept

(boolean) with or without an intercept

methode

the methode used by OLS.

groupe

a vector to define the groups used for cross-validation (to obtain a reproductible result)


CorReg documentation built on Sept. 6, 2019, 3 a.m.