ped_info {pammtools} | R Documentation |
Given an object of class ped
, returns data frame with one row for each
interval containing interval information, mean values for numerical
variables and modus for non-numeric variables in the data set.
ped_info(ped) ## S3 method for class 'ped' ped_info(ped)
ped |
An object of class |
A data frame with one row for each unique interval in ped
.
ped <- tumor[1:4,] %>% as_ped(Surv(days, status)~ sex + age) ped_info(ped)