Usage
# S3 method for gam
model_parameters(
model,
ci = 0.95,
bootstrap = FALSE,
iterations = 1000,
standardize = NULL,
exponentiate = FALSE,
...
)# S3 method for rqss
model_parameters(
model,
ci = 0.95,
bootstrap = FALSE,
iterations = 1000,
component = c("conditional", "smooth_terms", "all"),
standardize = NULL,
exponentiate = FALSE,
...
)
# S3 method for cgam
model_parameters(
model,
ci = 0.95,
bootstrap = FALSE,
iterations = 1000,
component = c("conditional", "smooth_terms", "all"),
standardize = NULL,
exponentiate = FALSE,
...
)