print_tables: S3 methods for printing model fit summaries as pander tables

Description Usage Arguments Value

View source: R/summaryS3methods.R

Description

Used internally to prints the modeling summary stats for reporting (see make_model_report).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
print_tables(model, only.coefs = FALSE, ...)

## S3 method for class 'face.sparse'
print_tables(model, only.coefs = FALSE, ...)

## S3 method for class 'brokenstick'
print_tables(model, only.coefs = FALSE, ...)

## S3 method for class 'xgb.Booster'
print_tables(model, only.coefs = FALSE, ...)

## S3 method for class 'xgb.cv.synchronous'
print_tables(model, only.coefs = FALSE, ...)

## S3 method for class 'H2OBinomialModel'
print_tables(model, only.coefs = FALSE, ...)

## S3 method for class 'H2ORegressionModel'
print_tables(model, only.coefs = FALSE, ...)

## S3 method for class 'GLMmodel'
print_tables(model, only.coefs = FALSE, ...)

Arguments

model

The model fit object produced by get_fit function.

only.coefs

Set to TRUE to only print the table of coefficients (when using fit.algorithm = "glm") and omit all other model-related output statistics.

...

Additional options passed on to summary(...).

Value

The output is printed with cat. To capture the markdown-formated model summary use summary(...).


osofr/estimtr documentation built on Jan. 25, 2022, 8:05 a.m.