View source: R/PoststratifiedNonOverlappingEstimator.R
PoststratifiedNonOverlappingEstimator | R Documentation |
PoststratifiedNonOverlappingEstimator
PoststratifiedNonOverlappingEstimator( y, sample_area, survey_area, nx_strat = 2, ny_strat = 2 )
y |
matrix of data which represents data from an areal view of the survey, use NA's for no data/out of bounds |
sample_area |
area of each sampling unit, either a single value of all the same, otherwise a matrix of equal dimensions |
survey_area |
scalar for total survey area |
nx_strat |
number of sampling units in a stratum on the x-axis |
ny_strat |
number of sampling units in a stratum on the y-axis |
a functon that replicates the variacnce estimator from Lundberg & Strand 2014 eq 7 Post stratified variance estimator minus finite population correction.
Post-stratified variance estimator for population total based on non-overlapping stratum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.