modelToLatex: Model to Latex

Description Usage Arguments Examples

View source: R/model_to_latex.R

Description

Takes a model and prints a pretty Latex table of the model. (Doesn't return anything.)

Usage

1
2
modelToLatex(model, roundN = 3, boldSig = TRUE, usePrettyNames = FALSE,
  prettyNames = "", modelType = "lmer")

Arguments

model

model

roundN

number of digits to round to. Defaults to 3

boldSig

make significant factors bold? Defaults to TRUE.

usePrettyNames

Boolean. Instead of your variable names, use pretty names for each of the factors instead? Defaults to FALSE

prettyNames

if usePrettyNames==TRUE, vector of names to use for variables

modelType

type of model. Defaults to lmer, choices are 'lmer', 'glm', or 'gam'

Examples

1

supermartha/marthaTools documentation built on July 26, 2020, 1:44 p.m.