NOAA-EDAB / survdat

https://noaa-edab.github.io/survdat/
https://noaa-edab.github.io/survdat/
Other
2 stars 1 forks source link

Standard error #20

Closed slucey closed 3 years ago

slucey commented 3 years ago

Standard error in strat_mean is miscalculated. is should be s = sqrt(s^2/n) not just sqrt(s^2).