Survey.jl icon indicating copy to clipboard operation
Survey.jl copied to clipboard

Relationship between `popsize` and `weights`

Open ayushpatnaikgit opened this issue 2 years ago • 1 comments

In our code, we are using popsize to infer weights and vice versa. This isn't done in R, there must be a good reason for not doing that.

ayushpatnaikgit avatar Jan 02 '23 17:01 ayushpatnaikgit

The reason is popsize is usually not 'known' it is estimated. In R, if the fpc parameter is not given, popsize in the survey objects remains NULL

smishr avatar Jan 03 '23 05:01 smishr