mm_table: mm_table

Description Usage Arguments

View source: R/mixed_model_formats.R

Description

Creates a table of fixed and random effects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mm_table(
  model,
  transf = NULL,
  transf_name = NULL,
  round = 2,
  round_p = 3,
  fixed_names = NULL,
  simple_names = F,
  collapse = " - ",
  brackets = c("(", ")")
)

Arguments

model

a model of glmerMod

transf

function to transform estimates

transf_name

string, used to rename 95% CI column

round

a scalar, defaults to 2

round_p

a scalar. The number of digits to round p to.

fixed_names

a vector of predictor names

simple_names

a bool. If True, simple names are given

collapse

a string. Value to separate confidence intervals with

brackets

a vector. passed to glue, bracket.


JConigrave/papertools documentation built on Dec. 6, 2019, 8:51 a.m.