I'm implementing the code for an extension of the Cox model in R and I need to find the roots of an estimating equation (derivative of the log-likelihood = 0). I managed to get the solution with the nleqslv function of the homonymous package but the algorithm is very slow, it takes some hours to find the solution. I have 18 variables and 1000 observations.
I was wondering whether there exists a way to run nleqslv in parallel to speed up the algorithm.