search for: num_students_inallmodules

Displaying 1 result from an estimated 1 matches for "num_students_inallmodules".

2011 Oct 16
2
ecdf
...ents 101 209 141 13 246 140 263 8 321 10 361 10 364 28 365 25 366 23 367 34 I load my data using: fs<-read.csv(file="C:\\num_students_inallmodules.csv",header=T, sep=',') I want to get the ecdf. So, I looked at the ?ecdf which says usage:ecdf(x) So I expected ecdf(fs$numstudents) to work Instead it just returned: Call: ecdf(fs$numstudents) x[1:210] = 1, 2, 3, ..., 3717, 4538 After Googling, got this to wo...