View source: R/coefficient_extraction.R
clu | R Documentation |
returns a summary table for estimates with median (center) and 95
clu(object, ...)
assert_clu(x)
## S3 method for class 'tbl_post'
clu(
object,
model = unique(object$model),
mean.func = identity,
estimate = median,
interval = 0.95
)
## S3 method for class 'data.frame'
clu(df, ...)
## S3 method for class 'MCMCglmm'
clu(object, ...)
## S3 method for class 'brmsfit'
clu(object, ...)
## S3 method for class 'stanfit'
clu(object, ...)
## S3 method for class 'stanreg'
clu(object, ...)
## S3 method for class 'glmerMod'
clu(
model,
mean.func = identity,
model_name = as.character(deparse(substitute(model))),
interval = 0.95
)
## S3 method for class 'tbl_clu'
print(x, ...)
## S3 method for class 'tbl_clu'
knit_print(x, ...)
object |
tbl_post (brms, MCMCglmm) object holding the posterior in long format |
... |
ignored |
model |
name of model |
mean.func |
function (identity) |
estimate |
function for computing the center estimate (posterior mode) |
interval |
credibility interval: .95 |
CLU table (tbl_clu) with parameter name, estimate and interval.
Martin Schmettow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.