search for: state9

Displaying 3 results from an estimated 3 matches for "state9".

Did you mean: state
2009 Aug 05
1
writing a simulation
...[spread>1.91 & spread<= 2.5 & Level>=3.24 & Level<=4.51,]) state7<-data.frame(ad[spread>=-Inf & spread<= -0.02 & Level>=4.51 & Level<=5.4,]) state8<-data.frame(ad[spread>-0.02 & spread<= 1.91 & Level>=4.51 & Level<=5.4,]) state9<-data.frame(ad[spread>1.91 & spread<= 2.5 & Level>=4.51 & Level<=5.4,]) detach(ad) c<-(c(dim(state1)[1],dim(state2)[1],dim(state3)[1],dim(state4)[1],dim(state5)[1],dim(state6)[1],dim(state7)[1],dim(state8)[1],dim(state9)[1])) c [1] 0 0 0 0 0 0 0 0 1 c[]>0 [1] FALS...
2009 Jul 28
1
Sort a column in a dataframe
...38 1.2602 4.792737 NA NA 4 3.9840 3.9760 3.9560 0.8168 3.550524 NA NA 5 5.6275 5.5775 5.5375 1.3975 5.007331 NA NA 6 4.4290 4.4190 4.3980 0.8340 3.998781 NA NA State3 State4 State5 State6 State7 State8 State9 1 NA NA NA 6 NA NA NA 2 NA NA 5 NA NA NA NA 3 NA NA NA NA NA NA 9 4 NA NA NA 6 NA NA NA 5 NA NA NA NA NA NA 9 6 NA NA NA 6 NA NA...
2009 Aug 04
2
Caculate first difference from a dataframe; write a simulation
...ad>1.91 & spread<= Inf & Level>3.24 & Level<=4.51,]) state7<-data.frame(mydat3[spread>=-Inf & spread<= -0.02 & Level>4.51 & Level<=Inf,]) state8<-data.frame(mydat3[spread>-0.02 & spread<= 1.91 & Level>4.51 & Level<=Inf,]) state9<-data.frame(mydat3[spread>1.91 & spread<= Inf & Level>4.51 & Level<=Inf,]) detach(mydat3) state2<-transform(state2, State="State2" ) state3<-transform(state3, State="State3" ) state4<-transform(state5, State="State4" ) state5<-...