Fitting Regularized Transformation Models
New software for estimating regularized transformation models is now available from
CRAN.
The R add-on package tramnet allows you to fit regularized regression models with elastic net penalties for various types of responses and censoring.
Get started by installing and loading the package from within R
install.packages("tramnet")
library("tramnet")
Explore the accompanying vignette
vignette("tramnet", package = "tramnet")
which takes you through the inner workings of tramnet and an exemplary data analysis.
Technical details are given in doi:10.32614/RJ-2021-054.
NEWS