summary generic function for S3method
summary(x, conf.level = 0.95, ...)# S3 method for hdlm
summary(x, conf.level = 0.95, mcmc = FALSE, ...)
# S3 method for hdlmm
summary(x, conf.level = 0.95, mcmc = FALSE, ...)
# S3 method for monotone
summary(
x,
conf.level = 0.95,
pred.at = NULL,
cenval = 0,
exposure.se = NULL,
mcmc = FALSE,
verbose = TRUE,
...
)
# S3 method for tdlm
summary(x, conf.level = 0.95, mcmc = FALSE, ...)
# S3 method for tdlmm
summary(
x,
conf.level = 0.95,
marginalize = "mean",
log10BF.crit = 0.5,
mcmc = FALSE,
verbose = TRUE,
...
)
# S3 method for tdlnm
summary(
x,
conf.level = 0.95,
pred.at = NULL,
cenval = 0,
exposure.se = NULL,
mcmc = FALSE,
verbose = TRUE,
...
)
list of summary outputs of the model fit
an object of class 'tdlm', 'tdlmm', 'tdlnm', 'hdlm', 'hdlmm', 'monotone'
confidence level for computation of credible intervals
additional parameters
keep all mcmc iterations (large memory requirement)
numerical vector of exposure values to make predictions for at each time period
scalar exposure value that acts as a reference point for predictions at all other exposure values
scalar smoothing factor, if different from model
show progress in console
value(s) for calculating marginal DLMs, defaults to "mean", can also specify a percentile from 1-99 for all other exposures, or a named vector with specific values for each exposure
Bayes Factor criteria for selecting exposures and interactions, such that log10(BayesFactor) > x. Default = 0.5.