Hello,
I'm stuck in a problem and I can't go on. That's the reason I'm asking for help.
Im trying to declare the survey design using replicate weitghts.
I wrote this
disr1<-as_survey( tt,weight = factor, repweights = starts_with("factor"),combined_weigths=FALSE)
But I received this as error:
Error in as.name(y) : variable names are limited to 10000 bytes
The replicate weights use as match column the variable "id", and contains 1000 factors.
I can't find more info on the web. I previously converted every replicate factor as NA in zero.
As always, thanks for your time and interest.
Have a nice day