gcv {lasso2}R Documentation

Generalised Cross-Validation Score

Description

Extracts the generalised cross-validation score(s) from fitted model objects.

Usage

gcv(object, ...)

Arguments

object

fitted model object; see gcv methods for details.

...

arguments passed to methods.

Details

See documentation.

Value

A vector (or matrix) with the bound(s) (relative [if used] and absolute), the Lagrangian(s) and the generalised cross-validation score(s) for the fitted model(s).


[Package lasso2 version 1.2-20 Index]