summary.monotone {dlmtree}R Documentation

Creates a summary object of class 'monotone'

Description

Method for creating a summary object of class 'monotone'

Usage

## S3 method for class 'monotone'
summary(
  object,
  pred.at = NULL,
  cenval = 0,
  conf.level = 0.95,
  exposure.se = NULL,
  mcmc = FALSE,
  verbose = TRUE,
  ...
)

Arguments

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

Details

summary.monotone

Value

Summary of monotone fit


[Package dlmtree version 1.0.0 Index]