search for: outmk

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

Did you mean: outmi
2017 Nov 22
3
Fw: modified mankendal
Hello DearI used modifiedmk package for trend analyses.this is my script ?require(modifiedmk)X1<-read.table("c:/elham/first article/r/Spring_NDVI-1.txt",skip=2,header=FALSE)d=dim(X1) outMK<-matrix(-999,nrow=4,ncol=d[2])for (c in 1:d[2]){MK<-tfpwmk(X1[,c])outMK[1,c]<-getElement(MK,"S")outMK[2,c]<-getElement(MK,"Var(S)")outMK[3,c]<-getElement(MK,"Sen's Slope")outMK[4,c]<-getElement(MK,"P-value")}?unfortunetally I got this er...
2017 Nov 24
0
Fw: modified mankendal
...de via R-help > <r-help at r-project.org> wrote: >> >> Hello DearI used modifiedmk package for trend analyses.this is my script >> require(modifiedmk)X1<-read.table("c:/elham/first >> article/r/Spring_NDVI-1.txt",skip=2,header=FALSE)d=dim(X1) >> outMK<-matrix(-999,nrow=4,ncol=d[2])for (c in >> 1:d[2]){MK<-tfpwmk(X1[,c])outMK[1,c]<-getElement(MK,"S")outMK[2,c]<-getElement(MK,"Var(S)")outMK[3,c]<-getElement(MK,"Sen's >> Slope")outMK[4,c]<-getElement(MK,"P-value")} unfortunet...