View source: R/summary.monotone.R
summary.monotone | R Documentation |
Method for creating a summary object of class 'monotone'
## S3 method for class 'monotone'
summary(
object,
pred.at = NULL,
cenval = 0,
conf.level = 0.95,
exposure.se = NULL,
mcmc = FALSE,
verbose = TRUE,
...
)
object |
an object of class 'monotone' |
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 |
summary.monotone
Summary of monotone fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.