powered by
Summarise a ctStanFit object that was fit using ctStanFit.
ctStanFit
# S3 method for ctStanFit summary(object, timeinterval = 1, digits = 3, parmatrices = FALSE, parmatsamples = 200, priorcheck = TRUE, ...)
fit object from ctStanFit, of class ctStanFit.
positive numeric indicating time interval to use for discrete time parameter calculations reported in summary.
integer denoting number of digits to report.
if TRUE, also return additional parameter matrices -- can be slow to compute for large models with many samples.
Number of samples to use for parmatrices calculations. More is slower, but more precise.
Whether or not to use ctsem:::priorchecking to compare posterior mean and sd to prior mean and sd.
ctsem:::priorchecking
Additional arguments to pass to ctsem:::priorcheckreport, such as meanlim, or sdlim.
ctsem:::priorcheckreport
meanlim
sdlim
List containing summary items.
# NOT RUN { summary(ctstantestfit) # }
Run the code above in your browser using DataLab