I've been searching other related questions but nome works for me. I'm totally new on R so please, speak to me like I'm 5. Also, english is not my first language. Now. I made a list on excel. Values between 2000 and 4000 and a header. My Dataset is named "Ejercicio 2.4".
Just a simple list. Then, I imported the dataset to R like this:
I used the summary(Ejercicio_2_4)
function to obtain simple stathistical data, but I wanted to usethe mean(Ejercicio_2_4)
and I got the following message:
Warning message:
In mean.default(Ejercicio_2_4) :
argument is not numeric or logical: returning NA
What am I doing wrong?