View source: R/fit_model_SurvSurv.R
new_vine_copula_ss_fit | R Documentation |
Constructor for vine copula model
new_vine_copula_ss_fit(
fit_0,
fit_1,
copula_family,
knots0,
knots1,
knott0,
knott1,
copula_rotations,
data
)
fit_0 |
Estimated parameters in the control group. |
fit_1 |
Estimated parameters in the experimental group |
copula_family |
Parametric copula family |
knots0 |
placement of knots for Royston-Parmar model |
knots1 |
placement of knots for Royston-Parmar model |
knott0 |
placement of knots for Royston-Parmar model |
knott1 |
placement of knots for Royston-Parmar model |
copula_rotations |
vector of copula rotation parameters |
data |
Original data |
S3 object
#should not be used be the user
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.