View source: R/MarginalsSelection.R
MarginalsSelection | R Documentation |
Returns the distribution and parameters of the marginal Weibull distributions
MarginalsSelection(
beta1,
beta2,
HR1,
HR2,
p1,
p2,
case,
rho,
theta,
copula = "Frank",
seed = 12345
)
beta1 |
Shape parameter for a Weibull law for the relevant event |
beta2 |
Shape parameter for a Weibull law for the additional event |
HR1 |
Hazard Ratio for a Weibull law for the relevant event |
HR2 |
Hazard Ratio for a Weibull law for the additional event |
p1 |
Proportion of the relevant event expected in group zero |
p2 |
Proportion of the additional event expected in group zero |
case |
Censoring case |
theta |
Dependence parameter for the bivariate distribution in control group |
copula |
Copula to use |
seed |
Seed for obtaining the probabilities of observing the events by simulation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.