| gamlps.object | R Documentation | 
An object returned by the gamlps function consists in a list
with various components related to the fit of a generalized additive model
with the Laplace-P-spline approach.
A gamlps object has the following elements:
| formula | The formula of the generalized additive model. | 
| family | The chosen exponential family. | 
| link | The link function used for the fit. | 
| n | Sample size. | 
| q | Total number of smooth terms. | 
| K | Number of B-spline basis functions used for the fit. | 
| penalty.order | Chosen penalty order. | 
| latfield.dim | The dimension of the latent field. This is equal to the sum of the number of B-spline coefficients and the number of regression parameters related to the covariates in the linear part. | 
| linear.coeff | Estimated linear regression coefficients. This is a matrix containing the posterior point estimate, standard deviation, z-score and lower/upper bounds of the credible interval. | 
| spline.estim | The estimated B-spline coefficients. This is a list
with  | 
| edf | Estimated effective degrees of freedom for each latent field variable. | 
| Approx.signif | A matrix returning the observed test statistic and p-value for the approximate significance of smooth terms. | 
| EDf | The estimated effective degrees of freedom of the smooth terms. | 
| EDfHPD.95 | 95% HPD interval for the degrees of freedom of the smooth terms. | 
| ED | The estimated degrees of freedom of the GAM model. | 
| vmap | The maximum a posteriori of the (log) posterior penalty vector. | 
| Cov.vmap | Covariance matrix of the (log) posterior penalty vector evaluated at vmap. | 
| pen.family | The family of the posterior distribution for v. It is either "skew-normal" or "gaussian". | 
| pendist.params | The parameterization for the posterior distribution of
v. If the posterior of v belongs to the skew-normal family, then
 | 
| Covmaximum | The covariance matrix of the latent field evaluated at the posterior maximum value of the penalty vector. | 
| latmaximum | The latent field value evaluated at the posterior maximum value of the penalty vector. | 
| fitted.values | The fitted response values. | 
| residuals | The response residuals. | 
| r2.adj | The adjusted r-squared of the model indicating the proportion of the data variance explained by the model fit. | 
| data | The data frame of the model. | 
Oswaldo Gressani oswaldo_gressani@hotmail.fr.
gamlps, print.gamlps,
plot.gamlps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.