print.amlps {blapsr} | R Documentation |
Print an additive partial linear model object.
Description
Print an additive partial linear model object.
Usage
## S3 method for class 'amlps'
print(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments to be passed to print. |
Details
Prints informative output of a fitted additive partial linear model. In particular, the model formula, sample size, number of B-splines in basis, number of smooth terms, the chosen penalty order, the latent field dimension, the estimated coefficients of the linear part, the estimated standard deviation of the error and the effective dimension of the smooth terms are displayed.
Author(s)
Oswaldo Gressani oswaldo_gressani@hotmail.fr.
See Also
amlps
, amlps.object
,
plot.amlps
[Package blapsr version 0.6.1 Index]