Description Usage Arguments Value Author(s) See Also Examples
This function prints output from a fitted regularisation path.
1 2 |
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.
1 2 3 4 5 6 | # 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)
print(ppm.fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.