project_fn {heemod}R Documentation

Project Beyond a Survival Distribution with Another (pairwise)

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.


[Package heemod version 1.0.2 Index]