Learn R Programming

RoBMA (version 3.6.1)

summary.zcurve_RoBMA: Summarize fitted zcurve_RoBMA object

Description

summary.zcurve_RoBMA creates summary tables for a zcurve_RoBMA object.

Usage

# S3 method for zcurve_RoBMA
summary(object, conditional = FALSE, probs = c(0.025, 0.975), ...)

Value

summary.RoBMA returns a list of tables of class 'BayesTools_table'.

Arguments

object

a fitted RoBMA object

conditional

show the conditional estimates (assuming that the alternative is true). Defaults to FALSE. Only available for type == "ensemble".

probs

quantiles of the posterior samples to be displayed. Defaults to c(.025, .975)

...

additional arguments

See Also

as_zcurve()