Learn R Programming

SIMICO (version 0.2.0)

without_one_phen: Survival Difference Product without Outcome l

Description

Calculate the product of the difference between survival terms excluding that of the outcome of interest.

Usage

without_one_phen(l, k, store)

Value

A n x (k-1) matrix where each column is the product of all the differences of left and right survival values across all outcomes excluding the column index outcome.

Arguments

l

Outcome of interest.

k

Total number of outcomes.

store

Array of difference between left and right survival values.