X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FR%2Fmain.R;h=c74d7fbeb8fd32406365acfbd2f47e6a1388225a;hp=d750fec8f1e0e9b56f578908653424519b6d878c;hb=3921ba9b5ea85bcc190245ac7da9ee9da1658b9f;hpb=8b28401096c8f1b95a4d83b34b47548ae1b2a425 diff --git a/pkg/R/main.R b/pkg/R/main.R index d750fec..c74d7fb 100644 --- a/pkg/R/main.R +++ b/pkg/R/main.R @@ -148,7 +148,7 @@ runValse <- function(X, Y, procedure = "LassoMLE", selecMod = "DDSE", gamma = 1, modelSel$tableau <- tableauRecap if (plot) - print(plot_valse(X, Y, modelSel, n)) + print(plot_valse(X, Y, modelSel)) return(modelSel) }