baseline.plot: Plot the simulated baseline functions

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/baseline.plot.R

Description

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

Usage

1
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

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

Value

A figure of class "gg" and "ggplot"

Author(s)

Jonathan Kropko <jkropko@virginia.edu> and Jeffrey J. Harden <jharden2@nd.edu>

See Also

survsim.plot, sim.survdata

Examples

1
2
simdata <- sim.survdata(N=1000, T=100, num.data.frames=1)
baseline.plot(simdata$baseline)

Example output

Loading required package: rms
Loading required package: Hmisc
Loading required package: lattice
Loading required package: survival
Loading required package: Formula
Loading required package: ggplot2

Attaching package:HmiscThe following objects are masked frompackage:base:

    format.pval, units

Loading required package: SparseM

Attaching package:SparseMThe following object is masked frompackage:base:

    backsolve

Loading required package: mgcv
Loading required package: nlme
This is mgcv 1.8-33. For overview type 'help("mgcv-package")'.

coxed documentation built on Aug. 2, 2020, 9:07 a.m.