print.SLOPE {SLOPE} | R Documentation |
Print results from SLOPE fit
Description
Print results from SLOPE fit
Usage
## S3 method for class 'SLOPE'
print(x, ...)
## S3 method for class 'TrainedSLOPE'
print(x, ...)
Arguments
x |
an object of class |
... |
other arguments passed to |
Value
Prints output on the screen
See Also
Other SLOPE-methods:
coef.SLOPE()
,
deviance.SLOPE()
,
plot.SLOPE()
,
predict.SLOPE()
,
score()
Examples
fit <- SLOPE(wine$x, wine$y, family = "multinomial")
print(fit, digits = 1)
[Package SLOPE version 0.5.1 Index]