New Software Available

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.