mvsum: Get multivariate summary dataframe

Description Usage Arguments

View source: R/main.R

Description

Returns a dataframe corresponding to a univariate table

Usage

1
2
3
4
5
6
7
8
9
mvsum(
  model,
  data,
  showN = T,
  markup = T,
  sanitize = T,
  nicenames = T,
  CIwidth = 0.95
)

Arguments

model

fitted model object

data

dataframe containing data

showN

boolean indicating whether sample sizes should be shown

markup

boolean indicating if you want latex markup

sanitize

boolean indicating if you want to sanitize all strings to not break LaTeX

nicenames

boolean indicating if you want to replace . and _ in strings with a space

CIwidth

level of significance for computing the confidence intervals, default is 0.95


Avery-Lisa/myReportRx documentation built on May 23, 2021, 2:30 a.m.