View source: R/S3_ordregr_print.R
print.ordregr | R Documentation |
Print a summary of the information contained in an ordregr.object
or ordgam.object
generated by ordregr
or ordgam
.
## S3 method for class 'ordregr'
print(x, expEst, ...)
x |
An ordregr.object generated by ordregr or ordgam. |
expEst |
Logical indicating if the exponential of the regression coefficients should be printed (Default: TRUE) |
... |
Possible additional printing options. |
Print summary statistics.
Philippe Lambert p.lambert@uliege.be
Lambert, P. and Gressani, 0. (2023) Penalty parameter selection and asymmetry corrections to Laplace approximations in Bayesian P-splines models. Statistical Modelling. <doi:10.1177/1471082X231181173>. Preprint: <arXiv:2210.01668>.
ordregr
, ordgam
library(ordgam)
data(freehmsData)
mod = ordgam(freehms ~ gndr + s(eduyrs) + s(age),
data=freehmsData, descending=TRUE)
print(mod)
plot(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.