View source: R/summary.ctStanFit.R
summary.ctStanFit | R Documentation |
Summarise a ctStanFit object that was fit using ctStanFit
.
## S3 method for class 'ctStanFit'
summary(
object,
timeinterval = 1,
digits = 4,
parmatrices = TRUE,
priorcheck = TRUE,
residualcov = TRUE,
...
)
object |
fit object from |
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 |
residualcov |
Whether or not to show standardised residual covariance. Takes a little longer to compute. |
... |
Additional arguments to pass to |
List containing summary items.
summary(ctstantestfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.