samplics icon indicating copy to clipboard operation
samplics copied to clipboard

Select, weight and analyze complex sample data

Results 15 samplics issues
Sort by recently updated
recently updated
newest added

Currently there isn't a way to account for response rate in the stratified sampling estimate per strata(the interface is there but not the functionality; tested it during the AAPOR meeting)....

Add functionalities to the SampleSize class to handle sample size calculation for clusters. For example, to get the sample size for enumeration areas (EAs) or households when the final sampling...

select() from SampleSelection to be able to use a single sample size provide as int across strata.

Add design effect to the cross-tabulation APIs. This is should trivial after the feature is added to the estimation sub-package

enhancement

Add code to compute the design effect for Taylor-based estimates. The API is already designed to use a _deff_ parameter. The remaining step is to add the associated code. ```python...

enhancement