PLSK.cv: Function for Running Cross-Validation

Description Usage Arguments To Do List

View source: R/PLSK_cv.r

Description

Running cross-validation.

Usage

1
2
3
PLSK.cv(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.

To Do List

I'm adding this section as a place to track things we might want to do as improvements


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