software R: Error in (1 - h) * qs[i] : non-numeric argument to binary operator

145 Views Asked by At

I have three parameters with 899 points each, but one of them shows this message when I try to apply any command.

Even the simplest command appears like this, for example:

>basicStats(Values$Values.of.Th)
Error in (1 - h) * qs[i] : non-numeric argument to binary operator

The three parameters are similar, I can't understand why it works for the others and not for him. I started studying R recently, can anyone help me?

0

There are 0 best solutions below