search for: egraph_rules_list_2

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

2009 Dec 12
3
help with graphing -- Points in my graph are not apparent, always displayed in steps
I am trying to graphically represent 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=...