mmp: Multi-model printing

Description Usage Arguments

View source: R/PrintModels.r

Description

Multi-model printing

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
mmp(
  AllModels,
  CoefNames = "<Generic>",
  Decimals = 4,
  WriteToClipboard = F,
  CoefOnly = F,
  CoefTests = NULL,
  Factors = NULL,
  BottomMatter = c("r.squared", "Brier", "N"),
  ModelNames = NULL,
  ShowDependentVariable = F,
  ShowModelType = F
)

Arguments

AllModels

List containing all model output objects. If the objects are named, the names will be used as headers.

CoefNames

List with coefficient names.


MarcoPortmann/mmp documentation built on Aug. 9, 2021, 7:42 a.m.