Learn R Programming

ctsem (version 2.6.4)

summary.ctStanFit: summary.ctStanFit

Description

Summarise a ctStanFit object that was fit using ctStanFit.

Usage

# S3 method for ctStanFit
summary(object, timeinterval = 1, digits = 3,
  parmatrices = FALSE, ...)

Arguments

object

fit object from ctStanFit, of class ctStanFit.

timeinterval

positive numeric indicating time interval to use for discrete time parameter calculations reported in summary.

digits

integer denoting number of digits to report.

parmatrices

if TRUE, also return additional parameter matrices -- can be slow to compute for large models with many samples.

...

Unused at present.

Value

List containing summary items.

Examples

Run this code
# NOT RUN {
summary(ctstantestfit)
# }

Run the code above in your browser using DataLab