Re: [R] running crossvalidation many times MSE for Lasso regression

2023-10-22 Thread Jin Li
If you are interested in other validation methods (e.g., LOO or n-fold) with more predictive accuracy measures, the function, glmnetcv, in the spm2 package can be directly used, and some reproducible examples are also available in ?glmnetcv. On Mon, Oct 23, 2023 at 10:59 AM Duncan Murdoch wrote:

Re: [R] running crossvalidation many times MSE for Lasso regression

2023-10-22 Thread Duncan Murdoch
On 22/10/2023 7:01 p.m., Bert Gunter wrote: No error message shown Please include the error message so that it is not necessary to rerun your code. This might enable someone to see the problem without running the code (e.g. downloading packages, etc.) And it's not necessarily true that someone

Re: [R] running crossvalidation many times MSE for Lasso regression

2023-10-22 Thread Bert Gunter
No error message shown Please include the error message so that it is not necessary to rerun your code. This might enable someone to see the problem without running the code (e.g. downloading packages, etc.) -- Bert On Sun, Oct 22, 2023 at 1:36 PM varin sacha via R-help wrote: > > Dear

[R-es] Como generar raster de tendencia

2023-10-22 Thread Adriana Guzman
Buen día, Por favor alguien, sabe como generar un raster de tendencia ? [[alternative HTML version deleted]] ___ R-help-es mailing list R-help-es@r-project.org https://stat.ethz.ch/mailman/listinfo/r-help-es

[R] running crossvalidation many times MSE for Lasso regression

2023-10-22 Thread varin sacha via R-help
Dear R-experts, Here below my R code with an error message. Can somebody help me to fix this error?  Really appreciate your help. Best, # MSE CROSSVALIDATION Lasso regression  library(glmnet)  

[R] Release of rclipboard 0.2.0

2023-10-22 Thread Sebastien Bihorel
Hi, Version 0.2.0 of rclipboard has been released to CRAN. This provides a minor update of the underlying js library and a support for display of `bslib::tooltip` for Shiny apps built with `bslib` package. Enjoy! [[alternative HTML version deleted]]