Summarise empirical Bayes subject-wise ctsem fits
# S3 method for ctEmpiricalBayesFit
summary(
object,
use = c("rawest", "rawposterior"),
probs = c(0.025, 0.5, 0.975),
sdscale = c("unit", "rawsd"),
minsd = 1e-06,
digits = 4,
...
)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.
Object returned by ctEmpiricalBayesFit.
'rawest' to summarise final-pass subject point estimates,
or 'rawposterior' to pool final-pass subject raw posterior samples.
Quantiles to report for transformed parameters.
How to set model$pars$sdscale when reconstructing the
adjusted single-subject empirical Bayes model from the final empirical
raw distribution. 'unit' keeps any later random-effect SDs on the
EB-standardised raw scale. 'rawsd' uses the final empirical raw
SDs directly. Retained for compatibility; summary() no longer returns
a reconstructed model.
Lower bound used for empirical raw SDs before model adjustment.
Number of digits for printed summary tables.
Unused.