print.summary.naive {bonsaiforest}R Documentation

Print Function for Naive Summary

Description

Function that prints the summary of a naive object

Usage

## S3 method for class 'summary.naive'
print(x, ...)

Arguments

x

(summary.naive)
Summary of a naive object.

...

Other arguments of print.

Value

The summary of the object.

Examples

print(summary(naive_fit_bin))

[Package bonsaiforest version 0.1.0 Index]