replicate weights error : Error in as.name(y) : variable names are limited to 10000 bytes

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

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.