Sstar {CompAREdesign} | R Documentation |
Survival function for composite endpoint
Description
Returns the value of the survival function of S* at point x given the marginal distributions and the bivariate distributions via copula
Usage
Sstar(x, dist1, dist2, param1, param2, dist_biv)
Arguments
x |
Point in which to be evaluated |
dist1 |
Distribution function of the marginal T1 (pweibull) |
dist2 |
Distribution function of the marginal T2 (pweibull) |
param1 |
Parameters of the marginal distribution function T1 (pweibull) |
param2 |
Parameters of the marginal distribution function T2 (pweibull) |
dist_biv |
Distribution function of the bivariate distribution via copula |
[Package CompAREdesign version 2.4.0 Index]