speed / distance estimates
Closed this issue · 1 comments
chfleming commented
A while back, I had to change the object class of speed()
output for meta()
and it looks like I broke the speed functionality in ctmmweb.
https://groups.google.com/g/ctmm-user/c/A2iEO6v8AfE/m/Fj8n0jnOBgAJ
I suspect ctmm::speed(...)
just needs to be changed to ctmm::speed(...)$CI
and the code will work again. I might be able to test this tomorrow.
chfleming commented
Fixed in master branch.