print.Owl: Print results from owl fit

Description Usage Arguments Value Examples

View source: R/print.R

Description

Print results from owl fit

Usage

1
2
3
4
5
## S3 method for class 'Owl'
print(x, ...)

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

Arguments

x

an object of class 'Owl' or 'TrainedOwl'

...

other arguments passed to print()

Value

Prints output on the screen

Examples

1
2
fit <- owl(wine$x, wine$y, family = "multinomial")
print(fit, digits = 1)

jolars/prague documentation built on March 4, 2020, 7:13 p.m.