Skip to content

make vignette more reproducible #29

@krz

Description

@krz

Hi,
The Survival vignette is really looking good with lots of great plots, but I'm having problems reproducing many of the examples.
For example, in the begging you mention that you prefer "years" to "days" in the pbc data set. Yet there is no code how you convert it.
Doing a naive
pbc$years <- pbc$days/365
I fail in the next part using the gg_survival function example.
Next, there is no code for the very nice EDA plots in the vignette.
I also could not get the 3D example in Appendix 1 to work.
This line
partial_time <- do.call(rbind,lapply(partial_pbc_time, gg_partial))
always produces errors.
I always get errors when there is a theme() part in plot.
There were some updates to randomForestSRC and ggplot recently that may
cause a lot of these problems.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions