Last data update: 2014.03.03

R: Generic Cross-validation
cvR Documentation

Generic Cross-validation

Description

Generic function for cross-validating models.

Usage

cv(object, ...)

Arguments

object

any model object.

...

additional arguments as required by the methods.

Value

will depend on the method function used; see the respective documentation.

Author(s)

Andreas Papritz andreas.papritz@env.ethz.ch

See Also

georob for (robust) fitting of spatial linear models; cv.georob for assessing the goodness of a model fitted by georob.

Results