Displaying 3 results from an estimated 3 matches for "month3".
Did you mean:
months
2009 Mar 06
1
Interpreting GLM coefficients
...Zone.24
-4.416915e+02 4.758455e-01 -1.270986e-04 -5.436199e-01
-1.068809e-01 -1.498580e-01 2.958462e-01 1.316589e-01
-1.328204e-01 -1.605802e-01 5.281869e-03 7.422885e-02
Hours Fishers Month1 Month2
Month3 Month4 Month5 Month6
Month7 Month8 Month9 Month10
9.772076e-02 -2.709955e-03 -1.586887e-01 -1.887837e-02
-5.183241e-03 5.870942e-02 7.075386e-02 2.061223e-02
7.372268e-03 -1.204835e-02 -5....
2010 Nov 11
1
trouble with plotting data- possible bug?
...quot;0",A$period[nchar(A
$period)==5],sep="");
A$period<-as.Date(strptime(A$period,("%y%m%d")));
#get all unique names
name<-unique(A$LEVEL);
#create a table for each manager for discount_count_percentage
level=6;
month<-as.numeric(A$Month[A$LEVEL==name[level]]);
month3<-as.numeric(A$Month3[A$LEVEL==name[level]]);
period<-A$period[A$LEVEL==name[level]];
#???why is this part going wrong?
plot(period, month, type='l');
lines(period, month3, col=2);
p.s. sorry about corporate notice
(See attached file: small_table.csv)(See attached file: test.R)
---...
2011 Jul 27
2
for loop help
...== '140365')]
year2 <- year2[which(duplicated(year2) == FALSE)]
month2 <- month[which(stnid == '140365')]
ppt3 <- matrix(ppt[,which(stnid == '140405')],ncol=1)
year3 <- year[which(stnid == '140405')]
year3 <- year3[which(duplicated(year3) == FALSE)]
month3 <- month[which(stnid == '140405')]