Learn R Programming

stremr (version 0.4)

summary.H2Omodel: S3 methods for getting model fit summary for H2Omodel class object

Description

Prints the modeling summary for the h2o model fit (see h2o R package).

Usage

"summary"(object, only.coefs = FALSE, format_table = TRUE, ...)

Arguments

object
The model fit object produced by any stremr S3 function based on h2o
only.coefs
Skip all of the h2o-specific model stats, only print the coefficients table (when running fit.algorithm = "glm").
format_table
Format the coefficients into a data.frame table (when running fit.algorithm = "glm")?
...
Additional options (not used)

Value

The markdown-formated model summary returned by pander::pander_return.