PLSK.cv.alt: Function for Running Cross-Validation

Description Usage Arguments

View source: R/PLSK_cv.r View source: R/PLSK_cv.r

Description

Running cross-validation.

Usage

1
2
3
PLSK.cv.alt(rawdata, desc.vars, pls.comps, UK.varnames = NULL,
  manual.cv = NULL, factr = 1e+09, verbose = FALSE, my.segments = 10,
  regional = TRUE, kriging = TRUE)

Arguments

rawdata

A matrix (?) of the rawdata, which must include the following elements: ??? Defaults to NULL. This will terminate the function call.

desc.vars

A list of ?

pls.comps

Integer indicating the number of PLS components.

UK.varnames

A list of ?

manual.cv

Defaults to NULL. This will?

factr

Defaults to 1e10. What does it do?

verbose

Boolean. Defaults to TRUE.

my.segments

Integer; number of segments?

regional

Boolean indicating whether model is regional. Defaults to TRUE.

kriging

Boolean indicating whether to krig residuals. Defaults to TRUE.


myoung3/regionalkrig documentation built on May 23, 2019, noon