Skip to contents

A survival task for the UnempDur data set.

Format

R6::R6Class inheriting from TaskSurv.

Details

A survival task for the "UnempDur" data set in package Ecdat. Contains the following columns of the original data set: "spell" (time), "censor1" (status), "age", "ui", "logwage", and "tenure".

Construction

mlr3::mlr_tasks$get("unemployment")
mlr3::tsk("unemployment")