stevenranney/AnglerCreelSurveySimulation

estimate_ehat_variance() is wrong

Closed this issue · 1 comments

The estimate_ehat_variance() function is wrong.

It should be returning

var(data$Ehat)/nrow(data)

There's an extra step involved.

closed with commit 501c27b