You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still persists, same problem here. It seems that in elastic.funs() we need any() in front of (order(lambda) != length(lambda):1)):
if (!is.null(lambda) && (!is.numeric(lambda) || min(lambda) <=
0 || any(order(lambda) != length(lambda):1))) {
stop("lambda must be a decreasing sequence of positive numbers")
}
With that simple addition, the example from the conformal.pred help page runs without error.
When running examples from the r code folder, examples such as lasso.funs and elastics.funs, I keep getting an error when running it.
This is the error I am getting when running these functions. Please help out if possible.
The text was updated successfully, but these errors were encountered: