Skip to content
Prev 178 / 885 Next

purpose of list

Hi all

I am teaching statistics to Students in Physical Activity. They do not 
care that much about the math formula, they are focused... well, they 
are not that much focused, but the few that are focused want to know how 
to do the stats. One of the main problem with this kind of student 
(student that do not know computing at all) are the "R inconsistency" : 
since there is "as.numeric" and "as.factor", they want to use 
"as.ordered(variable,levels=c(...))". But it does not work that way... 
Or sometime, we should use "x,y", sometime "x~y"... quantile works for 
numeric, but not for ordered (whereas I teach them that quartiles are 
computable for ordered variables...)

It is very hard to deal with all the "rules but many exception". So I 
started to write a package, some kind of "simplified R" in which all the 
syntax will be simplified. But it takes time...

Christophe