Print results from SLOPE fit
# S3 method for SLOPE
print(x, ...)# S3 method for TrainedSLOPE
print(x, ...)
an object of class 'SLOPE'
or 'TrainedSLOPE'
other arguments passed to print()
Prints output on the screen
Other SLOPE-methods:
coef.SLOPE()
,
deviance.SLOPE()
,
plot.SLOPE()
,
predict.SLOPE()
,
score()
# NOT RUN { fit <- SLOPE(wine$x, wine$y, family = "multinomial") print(fit, digits = 1) # }