print.ppmlasso | R Documentation |
This function prints output from a fitted regularisation path.
## S3 method for class 'ppmlasso'
print(x, ..., output = c("all", "path", "model", "interaction"))
x |
A regularisation path fitted by |
... |
Further arguments controlling the printed output. |
output |
This argument controls what output is printed to the screen. If |
N/A
Ian W. Renner
ppmlasso
for fitting regularisation paths.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.