View source: R/ctEmpiricalBayesFit.R
| summary.ctEmpiricalBayesFit | R Documentation |
Summarise empirical Bayes subject-wise ctsem fits
## S3 method for class 'ctEmpiricalBayesFit'
summary(
object,
use = c("rawest", "rawposterior"),
probs = c(0.025, 0.5, 0.975),
sdscale = c("unit", "rawsd"),
minsd = 1e-06,
digits = 4,
...
)
object |
Object returned by |
use |
|
probs |
Quantiles to report for transformed parameters. |
sdscale |
How to set |
minsd |
Lower bound used for empirical raw SDs before model adjustment. |
digits |
Number of digits for printed summary tables. |
... |
Unused. |
Compact list containing fit settings, transformed-parameter
summaries, outlier diagnostics, and transformed-parameter covariance /
correlation matrices. The subject
fit lists, raw estimate matrices, pass maps, and adjusted model remain on
the original ctEmpiricalBayesFit object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.