powered by
Summarise a ctStanFit object that was fit using ctStanFit.
ctStanFit
# S3 method for ctStanFit summary( object, timeinterval = 1, digits = 3, parmatrices = TRUE, priorcheck = TRUE, residualcov = 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.
Whether or not to use ctsem:::priorchecking to compare posterior mean and sd to prior mean and sd.
ctsem:::priorchecking
Whether or not to show standardised residual covariance. Takes a little longer to compute.
Additional arguments to pass to ctsem:::priorcheckreport, such as meanlim, or sdlim.
ctsem:::priorcheckreport
meanlim
sdlim
List containing summary items.
# NOT RUN { if (!exists("ctstantestfit")) example(ctstantestfit) summary(ctstantestfit) # }
Run the code above in your browser using DataLab