| print.SLOPE | R Documentation |
Print results from SLOPE fit
## S3 method for class 'SLOPE'
print(x, ...)
## S3 method for class 'TrainedSLOPE'
print(x, ...)
x |
an object of class |
... |
other arguments passed to |
Prints output on the screen
SLOPE(), print.SLOPE()
Other SLOPE-methods:
coef.SLOPE(),
deviance.SLOPE(),
plot.SLOPE(),
predict.SLOPE(),
score()
fit <- SLOPE(wine$x, wine$y, family = "multinomial")
print(fit, digits = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.