diff --git a/man/predict.oSCR.Rd b/man/predict.oSCR.Rd index 84e1e1e..d120664 100644 --- a/man/predict.oSCR.Rd +++ b/man/predict.oSCR.Rd @@ -113,6 +113,7 @@ out1 <- oSCR.fit(model=list(D~1,p0~1,sig~1), scrFrame=sf, ssDF=ssDF,plotit=FALSE # Note: density intercept is log(per pixel) so total N = exp(intercept)*[# statespace points] Nhat<- exp(out1$outStats[3,"mle"])*nrow(ssDF[[1]]) + # Obtain the predictions of density and activity center posteriors pred<- predict.oSCR(out1 ,sf, ssDF)