Learn R Programming

coxed (version 0.3.3)

baseline.plot: Plot the simulated baseline functions

Description

This function is called by survsim.plot and is not intended to be used by itself.

Usage

baseline.plot(baseline)

Arguments

baseline

A data frame containing five variables: time, and the values of the baseline failure PDF, baseline failure CDF, baseline survivor function, and baseline hazard function at each time point. Generally, this data frame is taken from the baseline attribute of the sim.survdata function

Value

A figure of class "gg" and "ggplot"

Details

This function reshapes the data for easy faceting with facet_wrap within a call to ggplot. Each function is plotted on the y-axis and time is plotted on the x-axis using geom_line

See Also

survsim.plot, sim.survdata

Examples

Run this code
# NOT RUN {
simdata <- sim.survdata(N=1000, T=100, num.data.frames=1)
baseline.plot(simdata$baseline)
# }

Run the code above in your browser using DataLab