Displaying 2 results from an estimated 2 matches for "ecab".
Did you mean:
cab
2008 Nov 04
2
use abline() for regression model in the plot
...0332968/spe.dat spe.dat
Hi,
i have a problem in sorting out some command in R and i am really hoping
some expert can help me out please!
i have the spe.dat file which i upload here, and when u read into R u got
something like this:
A5 <- read.table('spe.dat' ,header=TRUE)
A5
EXPEND ECAB MET GROW YOUNG OLD WEST STATE
1 256 85.5 19.7 6.9 29.6 11.0 0 ME
2 275 94.3 17.7 14.7 26.4 11.2 0 NH
3 327 87.0 0.0 3.7 28.5 11.2 0 VT
4 297 107.5 85.2 10.2 25.1 11.1 0 MA
5 256 94.9 86.2 1.0 25.3 10.4 0 RI
6 312 121.6 77.6 25.4...
2008 Nov 10
1
plotting graph in different device
Hi,
i try to plot my graph into different device using x11(),
but when i do this comes up:
> x11(print(plot(A5e$ECAB,A5e$EXPEND,type='p',main='Per capita expenditure
> against economic
+ ability index without
outliners',xlab='ECAB',ylab='EXPEND',xlim=c(0,150),ylim=c(150,400),
+ col='red',col.axis='blue')))
NULL
Warning message:
?length(width)? differs between ne...