cv {georob}R 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 papritz@retired.ethz.ch.

See Also

georob for (robust) fitting of spatial linear models;

cv.georob for assessing the goodness of a model fitted by georob.


[Package georob version 0.3-19 Index]