Learn R Programming

mlr3proba (version 0.4.9)

mlr_tasks_unemployment: Unemployment Duration Survival Task

Description

A survival task for the UnempDur data set.

Arguments

Format

R6::R6Class inheriting from TaskSurv.

Construction

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

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".

See Also

Dictionary of Tasks: mlr3::mlr_tasks