Open hrlai opened 6 years ago
Hi Guillaume,
I see that predict.hmsc() returns only the mean prediction via the lines apply(res,1:2, mean). Could you add quantile as well so we can retrieve the 95% credible intervals too? Thanks in advance!!!
predict.hmsc()
apply(res,1:2, mean)
quantile
Hao Ran
Hi Guillaume,
I see that
predict.hmsc()
returns only the mean prediction via the linesapply(res,1:2, mean)
. Could you addquantile
as well so we can retrieve the 95% credible intervals too? Thanks in advance!!!Hao Ran