-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider explicit declaration of landings partitions in AnalyticalRatioEstimate #125
Comments
This can also be used to allow RatioEstimates with TotalDomainWeight to ignore some stratification columns. Consider if that is desirable, or if LiftStrata need to be exposed to StoX. |
Could also consider adding explicit imputation-function post estimate. |
Summary of dicussion with user:
|
Consider:
Need to update:
|
Note that lottery data from 2019 and 2020 only have sampling weights, not exact probabilities. AnalyticalRatioEstimate with MeanDomainWeight needs to work for these data. That is complicated by:
|
We will split up whats happening here in some more steps:
In the ratio estimation, we will specify
|
In current pre-release (-9006) of analytical Ratio estimate, correspondance between stratum and PSU-domains is done automatically, and an error is raised if no correspondances are found in terms of column names, or if no code correspondences are found between estimates and landings. This makes it difficult for users to spot potential misconfigurations. They should rather be excplicitly declared, similar to how fixed effects in Reca are declared.
The text was updated successfully, but these errors were encountered: