Learn R Programming

heemod (version 0.9.0)

project: Project Beyond a Survival Distribution with Another

Description

Project survival from a survival distribution using one or more survival distributions using the specified cut points.

Usage

project(..., at)

project_(dots, at)

Arguments

...
Survival distributions to be used in the projection.
at
A vector of times corresponding to the cut point(s) to be used.
dots
Used to work around non-standard evaluation.

Value

A surv_projection object.

Examples

Run this code

dist1 <- define_survival(distribution = "exp", rate = .5)
dist2 <- define_survival(distribution = "gompertz", rate = .5, shape = 1)
proj_dist <- project(dist1, dist2, at=20)

Run the code above in your browser using DataLab