Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.ctStanFit

summary.ctStanFit


Description

Summarise a ctStanFit object that was fit using ctStanFit.

Usage

## S3 method for class 'ctStanFit'
summary(
  object,
  timeinterval = 1,
  digits = 4,
  parmatrices = TRUE,
  priorcheck = TRUE,
  residualcov = TRUE,
  ...
)

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.

priorcheck

Whether or not to use ctsem:::priorchecking to compare posterior mean and sd to prior mean and sd.

residualcov

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.

Value

List containing summary items.

Examples

if(w32chk()){

summary(ctstantestfit)
}

ctsem

Continuous Time Structural Equation Modelling

v3.4.3
GPL-3
Authors
Charles Driver [aut, cre, cph], Manuel Voelkle [aut, cph], Han Oud [aut, cph], Trustees of Columbia University [cph]
Initial release
2021-04-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.