Learn R Programming

stremr (version 0.4)

print.H2Oensemblemodel: S3 methods for printing model fit summary for H2Omodel class object

Description

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

Usage

"print"(x, only.coefs = FALSE, ...)

Arguments

x
The model fit object produced by any stremr S3 function starting with stremr:::H2Omodel.
only.coefs
Skip all of the h2o-specific model stats, only print the coefficients table (when running fit.algorithm = "GLM").
...
Additional options passed on to summary.H2Omodel.

Value

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