print.ppmlasso {ppmlasso} | R Documentation |
Print a fitted regularisation path
Description
This function prints output from a fitted regularisation path.
Usage
## S3 method for class 'ppmlasso'
print(x, ..., output = c("all", "path", "model", "interaction"))
Arguments
x |
A regularisation path fitted by |
... |
Further arguments controlling the printed output. |
output |
This argument controls what output is printed to the screen. If |
Value
N/A
Author(s)
Ian W. Renner
See Also
ppmlasso
for fitting regularisation paths.
Examples
# Fit a regularisation path of Poisson point process models
data(BlueMountains)
ppm.form = ~ poly(FC, TMP_MIN, TMP_MAX, RAIN_ANN, degree = 2)
ppm.fit = ppmlasso(ppm.form, sp.xy = BlueMountains$eucalypt,
env.grid = BlueMountains$env, sp.scale = 1, n.fits = 20, writefile = FALSE)
print(ppm.fit)
[Package ppmlasso version 1.4 Index]