View source: R/fit_model_ContCont_copula.R
fit_copula_ContCont | R Documentation |
fit_copula_ContCont()
fits the continuous-continuous vine copula model. See
Details for more information about this model.
fit_copula_ContCont(
data,
copula_family,
marginal_S0,
marginal_S1,
marginal_T0,
marginal_T1,
start_copula,
method = "BFGS",
...
)
data |
data frame with three columns in the following order: surrogate
endpoint, true endpoint, and treatment indicator (0/1 coding). Ordinal endpoints
should be integers starting from |
copula_family |
One of the following parametric copula families:
|
marginal_S0 , marginal_S1 , marginal_T0 , marginal_T1 |
List with the following three elements (in order):
|
start_copula |
Starting value for the copula parameter. |
method |
Optimization algorithm for maximizing the objective function.
For all options, see |
... |
Extra argument to pass onto maxLik::maxLik |
Returns an S3 object that can be used to perform the sensitivity
analysis with sensitivity_analysis_copula()
.
Florian Stijven
sensitivity_analysis_copula()
, print.vine_copula_fit()
,
plot.vine_copula_fit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.