without_two_phen: Survival Difference Product without Outcomes l and m

View source: R/allFunctions.R

without_two_phenR 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.


SIMICO documentation built on Nov. 26, 2022, 1:06 a.m.