without_one_phen {SIMICO} | R Documentation |
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)
Arguments
l |
Outcome of interest. |
k |
Total number of outcomes. |
store |
Array of difference between left and right survival values. |
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.
[Package SIMICO version 0.2.0 Index]