Displaying 1 result from an estimated 1 matches for "3dgerman_austria".
2008 May 02
0
Using option na.rm=True in function SD does not work for matrix with complete columns of NAs (PR#11364)
...o[rv] and so also in sd and var.
=20
I am afraid, that the use of function sd with option "na.rm=3DT" has not =
been changed appropriately. So the following problem exists with missing =
data:
=20
> sessionInfo()
R version 2.7.0 (2008-04-22)=20
i386-pc-mingw32=20
=20
locale:
LC_COLLATE=3DGerman_Austria.1252;LC_CTYPE=3DGerman_Austria.1252;LC_MONETA=
RY=3DGerman_Austria.1252;LC_NUMERIC=3DC;LC_TIME=3DGerman_Austria.1252
=20
attached base packages:
[1] stats graphics grDevices utils datasets methods base =20
=20
=20
a<-matrix(rnorm(100),10,10); a[1,]<-NA
> sd(a,na.rm=3DT)
Fehle...