summary.moretrees_result: 'summary.moretrees_result' summarizes the results from...

Description Usage Arguments Value See Also Examples

View source: R/summary.moretrees_result.R

Description

summary.moretrees_result summarizes the results from moretrees().

Usage

1
2
3
## S3 method for class 'moretrees_result'
summary(object, transform = "exp",
  coeff_type = "moretrees", compact = F, ...)

Arguments

object

Output from moretrees(). An object of class "moretrees_result".

transform

Either "exp", "identity", or "er" (excess rate)

coeff_type

Either "moretrees" or "clr"

compact

If TRUE, a more compact summary of results is printed. Only works well when the dimension of the exposure variable is low (say, < 4); otherwise the table takes up too much horizontal space. Default is FALSE.

...

Not used.

Value

Summary showing, for each outcome group discovered by MOReTreeS, the exposure coefficients, 95% credible intervals, number of outcomes per group, and number of matched pairs.

See Also

Other MOReTrees results: plot.moretrees_result, print.moretrees_result, print.summary.moretrees_compact, print.summary.moretrees_long

Examples

1
2
# See vignette
vignette("moretrees")

emgthomas/moretrees_pkg documentation built on June 20, 2020, 6:13 p.m.