CRAN
gustave 0.3.0
A User-Oriented Statistical Toolkit for Analytical Variance Estimation
Released Jun 6, 2018 by Martin Chevalier
Dependencies
Provides a toolkit for analytical variance estimation in survey sampling. Apart from the implementation of standard variance estimators, its main feature is to help the sampling expert produce easy-to-use variance estimation "wrappers", where systematic operations (linearization, domain estimation) are handled in a consistent and transparent way for the end user.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>gustave</artifactId> <version>0.3.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:gustave')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.
- add0-examples
- data.non-response_correction_and_calibration_went_well_E1
- data.non-response_correction_and_calibration_went_well_E2
- data.non-response_correction_and_calibration_went_well_E3
- data.non-response_correction_and_calibration_went_well_E4
- data.non-response_correction_and_calibration_went_well_E5
- define_linearization_wrapper-examples
- define_variance_wrapper-examples
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E1
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E2
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E3
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E4
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E5
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E6
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E7
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E8
- define_variance_wrapper.variance_wrapper_works_in_common_situations_E9
- linearization_wrapper.standard_linearization_wrappers_work_E1
- linearization_wrapper.standard_linearization_wrappers_work_E2
- linearization_wrapper.standard_linearization_wrappers_work_E3
- linearization_wrapper.standard_linearization_wrappers_work_E4
- linearization_wrapper.standard_linearization_wrappers_work_E5
- linearization_wrapper.standard_linearization_wrappers_work_E6
- linearization_wrapper.standard_linearization_wrappers_work_E7
- linearization_wrapper.standard_linearization_wrappers_work_E8
- linearization_wrapper_standard-examples
- rescal-examples
- sumby-examples
- testthat
- utils.sumby()_works_E1
- utils.sumby()_works_E2
- varDT-examples
- varSYG-examples