Thank you very much for your response!
I named "Book3" my dataset in R.
"earnmCDF" is the name of the variable I want to examine.I used the following command (and not the command: [plot(ecdf(variable1))], which was a copy/paste mistake):
[plot(ecdf(earnmCDF))]
and then this message came up:
Error in sort(x) : object 'earnmCDF' not found.
In order Rstudio to be able to run my dataset should I write:
plot(ecdf(Book3))
?
If I do this then this message comes up:
plot(ecdf(Book3))
Error: Can't subset columns that don't exist.
x The locations 558, 972, 490, 1056, 391, etc. don't exist.
i There are only 9 columns.
Run rlang::last_error() to see where the error occurred.
Thank you again
Best regards,
Ioanna