ic_fit {iCopula} | R Documentation |
This is a the fitter function for implicit copula regression.
ic_fit(x, y, control = ic_control(), ...)
x |
A vector with a covariate. |
y |
A response vector. |
control |
A list with control parameter. |
... |
Not used yet. |
A list as returned by optim
.
data(mcycle, package = "MASS") fit <- ic_fit(mcycle$times, mcycle$accel) print(fit)