Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-qua authored Sep 3, 2024
1 parent eb848a7 commit 0010e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gg1 <- fit$gg
cv_admp <- cv_MADMMplasso(
fit, nfolds=5, X, Z, y, alpha=alpha, lambda=fit$Lambdas, max_it=5000,
e.abs=e.abs, e.rel=e.rel, nlambda, rho=5, my_print=FALSE, alph=1,
foldid=NULL, parallel=FALSE, pal=TRUE, gg=gg1, TT=TT, tol=tol
foldid=NULL, gg=gg1, TT=TT, tol=tol
)

plot(cv_admp)
Expand Down

0 comments on commit 0010e79

Please sign in to comment.