From 1d815d00f49069f42cf32a6781f73e25e3a46769 Mon Sep 17 00:00:00 2001 From: Wolfgang Rannetbauer - QM Date: Wed, 29 Jul 2020 15:09:51 +0200 Subject: [PATCH] UPDATE surveysd and error_estimation vignette --- vignettes/error_estimation.Rmd | 2 +- vignettes/surveysd.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/error_estimation.Rmd b/vignettes/error_estimation.Rmd index 6d23af0..e051eb5 100644 --- a/vignettes/error_estimation.Rmd +++ b/vignettes/error_estimation.Rmd @@ -125,7 +125,7 @@ povertyRates <- calc.stError(dat2, var = "povertyRisk", fun = weightedRatio, gro povertyRates$Estimates ``` -The last column with `region = NA` denotes the aggregate over all regions. Note that the +The last row with `region = NA` denotes the aggregate over all regions. Note that the columns `N` and `n` now show the weighted and unweighted number of persons in each region. ### Several grouping variables diff --git a/vignettes/surveysd.Rmd b/vignettes/surveysd.Rmd index 60994c2..be23e05 100644 --- a/vignettes/surveysd.Rmd +++ b/vignettes/surveysd.Rmd @@ -62,7 +62,7 @@ err.est$Estimates ``` The output contains estimates (`val_povertyRisk`) as well as standard errors (`stE_povertyRisk`) -measured in percent. +measured in percent. The rows with `gender = NA` denotes the aggregate over all genders for the corresponding year. ### Estimate with respect to several variables