The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
PenalReg is an R package for automated penalized regression analysis using Ridge Regression, Lasso Regression, and Elastic Net Regression.
library(PenalReg)
data(mtcars)
mtcars_subset <- data.frame( mpg = mtcars\(mpg, cyl = mtcars\)cyl, disp = mtcars\(disp, hp = mtcars\)hp, drat = mtcars\(drat, wt = mtcars\)wt, qsec = mtcars\(qsec, gear = mtcars\)gear, carb = mtcars$carb
fit <- PenalReg( data = mtcars_subset, response = “mpg”, cv = 5, verbose = FALSE )
fit
There were missing values in resampled performance measures.
This warning is generated by the underlying caret
package during cross-validation. It may occur when:
The warning does not necessarily indicate that the analysis has failed. The best-performing model is selected from the successfully evaluated parameter combinations.
To reduce the likelihood of this warning:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.