summary.tdlnm {dlmtree} | R Documentation |
Creates a summary object of class 'tdlnm'
Description
Method for creating a summary object of class 'tdlnm'
Usage
## S3 method for class 'tdlnm'
summary(
object,
pred.at = NULL,
cenval = 0,
conf.level = 0.95,
exposure.se = NULL,
mcmc = FALSE,
verbose = TRUE,
...
)
Arguments
object |
an object of class 'tdlnm', result of a call to tdlnm |
pred.at |
numerical vector of exposure values to make predictions for at each time period |
cenval |
scalar exposure value that acts as a reference point for predictions at all other exposure values |
conf.level |
confidence level for computation of credible intervals |
exposure.se |
scalar smoothing factor, if different from model |
mcmc |
TRUE or FALSE (default): return MCMC samplers |
verbose |
TRUE (default) or FALSE: print output |
... |
additional parameters |
Details
summary.tdlnm
Value
list of type 'summary.tdlnm'
[Package dlmtree version 1.0.0 Index]