powered by
Print results from owl fit
# S3 method for Owl print(x, ...)# S3 method for TrainedOwl print(x, ...)
# S3 method for TrainedOwl print(x, ...)
an object of class 'Owl' or 'TrainedOwl'
'Owl'
'TrainedOwl'
other arguments passed to print()
print()
Prints output on the screen
# NOT RUN { fit <- owl(wine$x, wine$y, family = "multinomial") print(fit, digits = 1) # }
Run the code above in your browser using DataLab