Rdocumentation
powered by
Learn R Programming
stremr (version 0.4)
pander.H2OBinomialMetrics: Pander method for H2OBinomialMetrics class
Description
Prints a H2OBinomialMetrics object in Pandoc's markdown.
Usage
"pander"(H2OBinomialMetricsObject)
Arguments
H2OBinomialMetricsObject
H2OBinomialMetrics object
Value
By default this function outputs (see:
?cat
) the result. If you would want to catch the result instead, then call
pander_return
instead.