sandwich.cv | R Documentation |
Perform k-fold cross validation to evaluate the overall model accuracy and output the average root mean square error (RMSE).
sandwich.cv(object,
sampling.attr,
k=10,
type="shp",
ssh.id.col=NULL,
reporting.id.col=NULL,
ssh.weights=NULL)
object |
When |
sampling.attr |
Text for the name of the attribute to be interpolated in the sampling layer. |
k |
Number of folds ( |
type |
Text for the type of input data. |
ssh.id.col |
Text for the column that specifies which stratum each sampling unit falls into (see |
reporting.id.col |
Text for the column that specifies which reporting unit each sampling unit falls into (see |
ssh.weights |
A |
A value of the k-fold cross validation estimate.
load.data.shp
, load.data.txt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.