79570547

Date: 2025-04-12 14:17:27
Score: 0.5
Natty:
Report link

I know it's been a while since this question was asked. But, I had the same problem last week and tried a ton of ways to fix it. In the end, all I had to do was change my weights from numeric to integer.

So, use class(data$weights) to check the class of your weights.

Then

data$weights<-as.integer(data$weights)

When I did that, the message stopped showing up.

Hope that helps!

Reasons:
  • Blacklisted phrase (1): I know it's been
  • Whitelisted phrase (-1): Hope that helps
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pamela Elias