Skip to content
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

Drop fpc after first stage? #287

Open
smishr opened this issue Mar 23, 2023 · 0 comments
Open

Drop fpc after first stage? #287

smishr opened this issue Mar 23, 2023 · 0 comments
Labels
food for thought High level ideas/links or thoughts for long run dev of project

Comments

@smishr
Copy link
Contributor

smishr commented Mar 23, 2023

Running the following in R:

> dclus2 <- svydesign(id=~dnum+snum, fpc=~fpc1+fpc2, data=apiclus2)
> dclus2_jk <- as.svrepdesign(dclus2, type="JK1", compress=FALSE)
Warning message:
In as.svrepdesign.default(dclus2, type = "JK1", compress = FALSE) :
  Finite population corrections after first stage have been dropped

R drops fpc after first stage (atleast) for JK1 type designs.

We currently do the same in Julia. So even if fpc correction functionality is added, should we also keep just the first stage? Obviously investigate more how R internals work in other situations.

@smishr smishr added the food for thought High level ideas/links or thoughts for long run dev of project label Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
food for thought High level ideas/links or thoughts for long run dev of project
Projects
None yet
Development

No branches or pull requests

1 participant