# \donttest{
data("smart")
x <- as.matrix(smart[, -c(1, 2)])
time <- smart$TEVENT
event <- smart$EVENT
y <- survival::Surv(time, event)
fit <- fit_mnet(
x, y,
nfolds = 3,
gammas = 3, alphas = c(0.3, 0.6, 0.9),
max.iter = 15000, seed = 1010
)
nom <- as_nomogram(
fit, x, time, event,
pred.at = 365 * 2,
funlabel = "2-Year Overall Survival Probability"
)
plot(nom)
# }
Run the code above in your browser using DataLab