print.cv.hfr {hfr} | R Documentation |
Print an HFR model
Description
Print summary statistics for a fitted cv.hfr
model
Usage
## S3 method for class 'cv.hfr'
print(x, ...)
Arguments
x |
Fitted |
... |
additional methods passed to |
Details
The call that produced the object x
is printed, following by a
data.frame
of summary statistics, including the effective degrees of freedom
of the model, the R.squared and the regularization parameter.
Value
Summary statistics of HFR model
Author(s)
Johann Pfitzinger
See Also
Examples
x = matrix(rnorm(100 * 20), 100, 20)
y = rnorm(100)
fit = cv.hfr(x, y, kappa = seq(0, 1, by = 0.1))
print(fit)
[Package hfr version 0.7.1 Index]