View source: R/summary.mqgam.R
summary.mqgam | R Documentation |
Takes a fitted mqgam
object produced by qgam::mqgam
and produces various useful summaries from it, making use of
the mgcv::summary.gam
method.
## S3 method for class 'mqgam'
summary(mqgam)
mqgam |
An mqgam object created with |
Please see summary.gam for a detailed explanation of the summaries given.
Please see summary.gam for a detailed explanation of the values given.
D. Schmitz
Fasiolo M., Goude Y., Nedellec R., & Wood S. N. (2017). Fast calibrated additive quantile regression. URL: https://arxiv.org/abs/1707.03307
Wood, S.N. (2011). Fast stable restricted maximum likelihood and marginal likelihood estimation of semiparametric generalized linear models. Journal of the Royal Statistical Society (B) 73(1), 3-36.
# general usage
summary(mqgam = mtqgam_mqgam)
# printing just one quantile summary
summary(mqgam = mtqgam_mqgam)[[3]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.