format_coef: Format coefficients

View source: R/format_coefficient.R

format_coefR Documentation

Format coefficients

Description

For easily writing coefficient values in text write up. Note this currently ONLY works for models with zvalues (lm, glm, lmer, glmer). Can be generalized later but I don't want to right now.

Usage

format_coef(coeff, clist, stat_name, omit = "se")

Arguments

coeff

Which coefficient to format

clist

The list of coefficient data to use

stat_name

Name of the statistic

Value

A string of coefficient descriptions


tsostarics/sostools documentation built on Nov. 22, 2022, 7:26 p.m.