I have the following problem and that is this sentence
summary(mydata3$AugmentFact)
I can not make it work because the object mydata3
does not exist, ok, I create the object mydata3
but apparently it is of type vector, well I think that variable of type vector but when I execute the sentence it gives me the following error ..
[36] ERROR: $ operator is invalid for atomic vectors
And the truth is I do not know how to create the vector because I think I believe it well but it does not work for me.
If someone could help me, I'd appreciate it.
Greetings.