search for: temp10

Displaying 5 results from an estimated 5 matches for "temp10".

Did you mean: temp1
2012 Oct 31
2
Aggregate Table Data into Cell Frequencies
..., 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 1, 1, 4, 3, 2, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 3, 1, 2, 2, 2, 1, 1, 1, 2, 1, 1, 1, 3, 2, 1, 1, 3, 1, 1, 3, 1, 1, 4, 1, 1, 3, 2, 1, 1, 2, 1, 1, 1, 3, 1, 4, 1, 1, 1, 2, 1, 1, 3, 1, 2, 3, 1, 1, 3, 1, 1, 3), id = c("0", "temp1", "temp10", "temp10", "temp10", "temp10", "temp10", "temp11", "temp12", "temp12", "temp12", "temp12", "temp12", "temp13", "temp14", "temp15", "temp15", &quo...
2012 Mar 27
0
sampling matrix 1 conditional on values in matrix 2
...q(-250,250,by=1) x1<-sample(x,441) bath<-matrix(x1,nrow=21) bathlong<-seq(149,151,by=.1) bathlat<-seq(-37,-35,by=.1) colnames(bath)<-bathlat rownames(bath)<-bathlong #temperature matrices with 0.25 x 0.25 degree resolution ##temp at 10m y<-seq(15,20,by=.01) y1<-sample(y,81) temp10<-matrix(y1,nrow=9) templong<-seq(149,151,by=.25) templat<-seq(-37,-35,by=.25) colnames(temp10)<-templat rownames(temp10)<-templong ##temp at 100m y<-seq(10,15,by=.01) y1<-sample(y,81) temp100<-matrix(y1,nrow=9) colnames(temp100)<-templat rownames(temp100)<-templong #...
2006 Apr 19
1
Probable Numeric Bugs in svd function (PR#8781)
...ion=3D=3D1)=0D usLow<-(Sp5<300 & Region=3D=3D1)=0D euHigh<-(Sp5>=3D200 & Region=3D=3D2)=0D euLow<-(Sp5<200 & Region=3D=3D2)=0D sigmas<-c(13.71,162.71,8.78,103.83,5.29,77.08,3.42,41.04)=0D temp1<-sigmas[1]*usLow+sigmas[2]*usHigh+sigmas[5]*euLow+sigmas[6]*euHigh=0D temp10<-sigmas[3]*usLow+sigmas[4]*usHigh+sigmas[7]*euLow+sigmas[8]*euHig=0D h=0D CorrEU<-0.89=0D CorrUS<-0.82=0D =0D CorrR<-matrix(0,2*SN.nb,2*SN.nb)=0D diag(CorrR)<-c(temp1^2,temp10^2)=0D =0D temp<-ifelse(Region=3D=3D1,CorrUS,CorrEU)=0D tempMat<-matrix(0,SN.nb,SN.nb)=0D diag(tempMat)...
2008 Sep 24
1
string to numeric question
...n I just want "11". uuugh. does someone know an easy way ( i guess hard is fine too. beggars can't be choosy ) around that ? the code below probably explains more clearly what i mean. thanks. temp1 <- "01" paste("0",as.numeric(temp1)+1,sep="") temp10 <- "10" paste("0",as.numeric(temp10)+1,sep="")
2010 Sep 24
0
multivariate multiple regression coefficient
...g Call: lm(formula = xi ~ temp) Coefficients: (Intercept) temp1 temp2 temp3 temp4 temp5 temp6 temp7 -3.704e-15 2.434e-02 4.087e-02 NA -5.241e-01 -1.213e-02 NA -1.960e-02 temp8 temp9 temp10 temp11 temp12 temp13 temp14 temp15 6.516e-03 NA -6.651e-02 8.865e-02 NA 4.272e-02 -3.085e-02 NA Coefficients for multiple of three are 'NA'. I'd like get any value, so i directly tried to calculate using m...