rm_mvsum: Output a multivariable model nicely The default output is a...

Description Usage Arguments

View source: R/main.R

Description

Output a multivariable model nicely The default output is a kable table for use in pdfs or html, but pander tables can be produced for Word documents by specifying options('doc_type'='doc') in the setup chunk of the markdown document.

Usage

1
2
3
4
5
6
7
8
9
rm_mvsum(
  model,
  data,
  caption = NULL,
  showN = T,
  tableOnly = FALSE,
  HolmGlobalp = FALSE,
  chunk_label
)

Arguments

model

model fit

data

data that model was fit on

caption

table caption

showN

boolean indicating if sample sizes should be shown

tableOnly

boolean indicating if unformatted table should be returned

HolmGlobalp

boolean indicting if a Holm-corrected p-value should be presented

chunk_label

only used if options("doc_type"='doc') is set allow cross-referencing


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