Learn R Programming

heemod (version 0.9.1)

project_fn: Project Beyond a Survival Distribution with Another

Description

Project survival from a survival distribution using another survival distribution at the specified cutpoint. Used by project to reduce the list of distributions.

Usage

project_fn(dist1, dist2_list)

Arguments

dist1
Survival distribution to project from.
dist2_list
A list containing distribution to project with and the time at which projection begins.

Value

A surv_projection object.