est_srs: Simple random sampling estimator of population means

Description Usage Arguments Details Value

View source: R/estimation_design.R

Description

Simple random sampling estimator of population means

Usage

1
est_srs(point_data, est_col = NULL)

Arguments

est_col

A character vector of column names for which estimates are produced. Used when there is more than one way to expand observations from individual sample locations.

data

A data.table object with plot-level information of stand characteristics as coming from the sum_data function.

Details

Variance estimation is done following the simple random sampling estimator for replicated sampling.

Value

A data.table object with mean and variance estimates for the target variables.


AWF-GAUG/fisim documentation built on May 28, 2019, 11:02 a.m.