runfull: Wrapper Function for Running a Full Model

Description Usage Arguments

View source: R/runmodel_UKvars.R

Description

A wrapper for running a full model. This function calls PLSK.full; see documentation for PLSK.full for more details.

Usage

1
2
runfull(pls, UK.varnames, rawdata = NULL, desc.vars, factr = 1e+10,
  randomsample = NULL, ...)

Arguments

pls

An integer indicating the number of PLS components

UK.varnames

A list of varnames to include in universal kriging (e.g. satellite data?)

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 variable names ?

factr

Defaults to 1e10. What does it do?

randomsample

Defaults to NULL. This will?


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