-
rescaled.bootstrap()
has additional parameterperiod
which is identical to the one indraw.bootstrap
. Ifperiod
is notNULL
the boostraps will be drawn such that in each period and strata/cluster only$\floor{\frac{n}{2}}$ records are drawn. This produces more consisten results and should make calibration afterwards easier. - Improved numerical weighting with
computeLinearG1
for use withipf()
.computeLinearG1
is now more stable when only numerical variables are used for weighting. - parameter
numericalWeighting
can be passed torecalib
and will correctly be passed along to functionipf
- new parameter minMaxTrim in
ipf()
to trim weights - fix bug for numericalWeighting reported "converged" when it did not converge
- fix bug when checking cluster and strata for bootstrapping
- Add vignette about
ipf()
- Resolve bug that appeared if constraints contained only one household or only one person (#17)
recalib()
accepts conP and conH in the same way asipf
recalib()
has argumentsepsP
andepsH
, to make convergence limits more transparant- fixed bug in
ipf()
when supplyinghid="hid"
, see #20. Thanks @asiripanich
- uncouple surveysd from simPop
- use
demo.eusilc()
for all examples and unit tests in this package - remove simPop from the "Suggests" field (DESCRIPTION)
- use
- remove hardcoded variable names in default parameters
- allow calls to
recalib()
without specifyingconP.vars
orconH.vars
- fix bug with NSE
- update documentation for calc.stError
- fix bug with fpc calculation (0824834)
- fix bug with dummy data (5adb6b7)
- improve readability of code and resolve linters
- resolve issues when datasets have columns with certain names (#7, #10)
- automatize the gh-pages builds
- css updates
- automated linter-checking
- new badges (code coverage, cran)
- update setup for vignettes
- fix issue when household column is not a factor (#12)
- copy
simPop::ipu2()
and some related functions to surveysd.- add bugfixes for ported functions
- simplify tests
- update references for the methodology vignette
- fix sampling with full population in some strata
- Fix citation
- Resolve issue that occured when columns had multiple classes
- Update some default parameters (#4, #5)
- Split README into README + Get Started
- Bugfixes
- Update documentation titles, function categories and vignette titles
- Create vignette for error estimation
- Bugfixes for plotting and
...
argument incalc.stError
- Documentation updates. Make example plots available in gh-pages
- Automatically pass variable names for household id, weights and
reference period from
draw.bootstrap
to downstream functions - Reorganize names of R source files
- Use markown pre-processing for documentation
- Add github pages, more badges and a logo
- export
draw.bootstrap
and includeprettyNames
argument. update documenentation examples to use new variable names - Don't load
laeken
anddata.table
in examples - rewrite
vignettes/TheoryWord.Rmd
into a dynamic markdown file describing the methodology of the package