powered by
Print results from SLOPE fit
# S3 method for SLOPE print(x, ...)# S3 method for TrainedSLOPE print(x, ...)
# S3 method for TrainedSLOPE print(x, ...)
Prints output on the screen
an object of class 'SLOPE' or 'TrainedSLOPE'
'SLOPE'
'TrainedSLOPE'
other arguments passed to print()
print()
SLOPE(), print.SLOPE()
SLOPE()
print.SLOPE()
Other SLOPE-methods: coef.SLOPE(), deviance.SLOPE(), plot.SLOPE(), predict.SLOPE(), score()
coef.SLOPE()
deviance.SLOPE()
plot.SLOPE()
predict.SLOPE()
score()
fit <- SLOPE(wine$x, wine$y, family = "multinomial") print(fit, digits = 1)
Run the code above in your browser using DataLab