If you install MCDS.exe and then try to run mrds models with detection functions then mrds generates errors from MCDS.exe
A work around is to for mrds to only use the R optimiser for these models.
In the ddf call set the optimizer element of the control argument to "R"
ddf(..., control = list(optimizer = 'R'))
If you install MCDS.exe and then try to run mrds models with detection functions then mrds generates errors from MCDS.exe
A work around is to for mrds to only use the R optimiser for these models.
In the ddf call set the optimizer element of the control argument to "R"