Extract parameters, random effects and reported variables along with uncertainties and optionally Chi-square statistics. Bias corrected quantities are added as additional columns if available.
# S3 method for sdreport
summary(
object,
select = c("all", "fixed", "random", "report"),
p.value = FALSE,
...
)
matrix
Output from sdreport
Parameter classes to select. Can be any subset of
"fixed"
(\(\hat\theta\)), "random"
(\(\hat u\)) or
"report"
(\(\phi(\hat u,\hat\theta)\)) using notation as
sdreport
.
Add column with approximate p-values
Not used