without_two_phen {SIMICO}R Documentation

Survival Difference Product without Outcomes l and m

Description

Differnence of survival functions multiplied across all outcomes excluding outcomes l and m.

Usage

without_two_phen(l, m, k, store, n, d)

Arguments

l

The first outcome of interest.

m

The second outcome of interest.

k

Total number of outcomes.

store

Array of difference between left and right survival values.

n

Total number of observation.

d

Total number of quadrature nodes.

Value

A n x (k-2) matrix containing the product of all the differences of left and right survival values across all outcomes excluding outcomes l and m.


[Package SIMICO version 0.2.0 Index]