Description Usage Arguments Value Source References Examples
View source: R/sample_designs.R
Creates the Bayes Linear Estimator for the Simple Random Sampling design (without replacement)
1 |
ys |
vector of sample observations or sample mean ( |
N |
total size of the population. |
m |
prior mean. If |
v |
prior variance of an element from the population (bigger than |
sigma |
prior estimate of variability (standard deviation) within the population. If |
n |
sample size. Necessary only if |
A list containing the following components:
est.beta
- BLE of Beta (BLE for every individual)
Vest.beta
- Variance associated with the above
est.mean
- BLE for each individual not in the sample
Vest.mean
- Covariance matrix associated with the above
est.tot
- BLE for the total
Vest.tot
- Variance associated with the above
https://www150.statcan.gc.ca/n1/en/catalogue/12-001-X201400111886
Gonçalves, K.C.M, Moura, F.A.S and Migon, H.S.(2014). Bayes Linear Estimation for Finite Population with emphasis on categorical data. Survey Methodology, 40, 15-28.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.