Displaying 4 results from an estimated 4 matches for "dia1".
Did you mean:
dia
2002 Oct 16
0
Ordinary and simple kriging
I'm performing ordinary and simple kriging from a set of non-negative
values:
>krige.control.sk<-krige.control(type.krige="sk",obj.model=my.variogram.model,beta=my.variogram.model$beta)
>sk<-krige.conv(cadiz.geo,data=amostragem.cadiz$dia1.std,locations=as.matrix(cadiz.polygrid[,c(1,2)]),krige=krige.control.sk)
krige.conv: model with constant mean
krige.conv: Kriging performed using global neighbourhood
and
>krige.control.ok<-krige.control(type.krige="ok",obj.model=my.variogram.model)
>ok<-krige.conv(cadiz.ge...
2002 Oct 16
0
[Fwd: Ordinary and simple kriging]
...> I'm performing ordinary and simple kriging from a set of non-negative
> values:
>
>
> >krige.control.sk<-krige.control(type.krige="sk",obj.model=my.variogram.model,beta=my.variogram.model$beta)
>
> >sk<-krige.conv(cadiz.geo,data=amostragem.cadiz$dia1.std,locations=as.matrix(cadiz.polygrid[,c(1,2)]),krige=krige.control.sk)
> krige.conv: model with constant mean
> krige.conv: Kriging performed using global neighbourhood
>
> and
>
> >krige.control.ok<-krige.control(type.krige="ok",obj.model=my.variogram.model)
&...
2007 May 05
1
NA in wilcox.test
...uot;?")
CaScSc = scirconv2[1:250,3:21]
CaScCo = scirconv2[251:475,3:21]
ScCoMWU = wilcox.test(CaScSc, CaScCo, alternative = "two.sided", mu = 0.5,
paired = FALSE, exact = NULL, correct = TRUE,
conf.int = TRUE, conf.level = 0.95)
some of the data:
ADH TPI1 TPI2 SOD DIA1 MNR1DIA2 MNR2DIA3 ME AAT1 AAT2 G3PDH SDH SDH2
PGI2 PGD PGM2 MDH1 MDH3 IDH2
251 1 1 1 1 1 1 1 1 1 1 1 1 1
2 1 4 1 1 4
252 NA NA NA NA NA NA 1 NA NA 2 1 1 NA
2 NA NA NA NA NA
253 1 1 1 1 1...
2008 Aug 19
2
how to import from SPSS without shortening variable names
Hello,
as I import '.sav' files from SPSS, the variable names are shortened to
8 uppercase characters:
"sex_of_therapist" will become "SEX_OF_TH"
Is there a way around this? How can I retrieve the full names?
Greets from Southern Germany,
Timo Stolz