SLOPE (version 0.3.3)

print.SLOPE: Print results from SLOPE fit

Description

Print results from SLOPE fit

Usage

# S3 method for SLOPE
print(x, ...)

# S3 method for TrainedSLOPE print(x, ...)

Arguments

x

an object of class 'SLOPE' or 'TrainedSLOPE'

...

other arguments passed to print()

Value

Prints output on the screen

See Also

SLOPE(), print.SLOPE()

Other SLOPE-methods: coef.SLOPE(), deviance.SLOPE(), plot.SLOPE(), predict.SLOPE(), score()

Examples

Run this code
# NOT RUN {
fit <- SLOPE(wine$x, wine$y, family = "multinomial")
print(fit, digits = 1)

# }

Run the code above in your browser using DataCamp Workspace