forest_utils: Forest utilities

forest_utilsR Documentation

Forest utilities

Description

Not recommended to be called by the user.

Usage

add_reference(
  x,
  header = FALSE,
  total = NULL,
  space = NULL,
  keep_strata = FALSE,
  keep_cluster = FALSE
)

merge_forest(x, y)

prepare_forest(x)

Arguments

x, y

objects

header

a character vector of header labels for each variable in the model

total

optional total sample size, useful if model excludes observations with missing data

space

optional indices to insert blank rows

keep_strata, keep_cluster

logical; if FALSE (default), strata and/or cluster variables, e.g., y ~ strata(a) + cluster(b) will be omitted from row output


raredd/forest documentation built on Feb. 19, 2024, 9:22 p.m.