search for: r1sc

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

Did you mean: r1s
2009 Dec 12
3
help with graphing -- Points in my graph are not apparent, always displayed in steps
...present a large set of data who's result is not strictly uniform. http://n4.nabble.com/file/n961629/egraph_rules_list_2.png The scatter plot to the left has all of the data rising in steps however I know that there are cases within my data that do not fit the dotted line. temp<-edat[edat$R1SC>0,,] png("egraph_rules_list_1.png",width=800,height=700,res=72); par(mfrow=c(2,2)); qqplot(x=temp$words,y=temp$R1SC,ylab="With Rules applied SC Shortlist",xlab="Number of Words",col="blue",main="Subordinating Conjunctions\n(Number of Words)",type...