search for: waterlevel

Displaying 2 results from an estimated 2 matches for "waterlevel".

Did you mean: water_level
2007 Oct 23
1
distributing the values of data frame to a vector based on......
...5) ####distributes the data frame values based on column and row identity, but ###then must perform the apply statement to create a single vector. water<-vector() for(i in 1:5){ for(j in 1:3){ water.b<-ifelse(region==region[i]&year==year[j],dat[j,i],0) water<-cbind(water,water.b) }} waterlevel<-apply(water,1,sum)
2009 Oct 02
0
(no subject)
...of Deviance Table Model:binomial,link:logit Response: ytrips Terms added squentially (first to last) DF Deviance Resid. Df Resid. Dev. F Pr(>F) NULL 125 1008.55 WaterLevel 1 0.14 124 1008.42 0.1365 0.7118 RiverFlowObserved 1 13.34 123 995.07 13.3427 0.0002594 WSBacklog...