owl (version 0.1.1)

print.Owl: Print results from owl fit

Description

Print results from owl fit

Usage

# S3 method for Owl
print(x, ...)

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

Arguments

x

an object of class 'Owl' or 'TrainedOwl'

...

other arguments passed to print()

Value

Prints output on the screen

Examples

Run this code
# NOT RUN {
fit <- owl(wine$x, wine$y, family = "multinomial")
print(fit, digits = 1)

# }

Run the code above in your browser using DataLab