Displaying 1 result from an estimated 1 matches for "egraph_rules_list_1".
Did you mean:
egraph_rules_list_2
2009 Dec 12
3
help with graphing -- Points in my graph are not apparent, always displayed in steps
...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="p");
hist(temp$R1SC/temp$w...