I have 3 variables (temperature, consumption, price) and i want to fit a copula to the data. I used the package fitCopula. It works for normalCopula and tCopula but not for archimedean copulas (frank, clayton, gumbel)
fitCopula(frankCopula(dim=3), data = emp_data)
´´´
The error is:
Error in fitCopula.ml(copula, u = data, method = method, start = start, :
'start' contains NA values