search for: umgewandelt

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

2008 Jul 04
2
create a zero matrix & fill
...is when I want plot(Results[1],Results[2]). Not possible! I become the following error (in english it means: Error in as.double.default(x) :Object cannot be transformed in double) > plot(Variation[1],Variation[2]) Fehler in as.double.default(x) : (list) Objekt kann nicht nach 'double' umgewandelt werden Any suggestion? Hier is the function: #Computing variation of the power VAR<-function(power,length){ tvar=pmean=pmin=pmax=varmax=varmin<-matrix(data=0,ncol=(length-tml0)) for(i in tml0:length){ tvar[i]=i pmean[i]=mean(power[i:(i+deltat)]) pmin[i]=min(power[i:(i+deltat)]) pmax[i]=max(...
2008 Sep 02
2
cluster a distance(analogue)-object using agnes(cluster)
...ecies : Factor w/ 3 levels "setosa","versicolor",..: 1 1 1 1 1 1 1 1 1 1 ... Test.Gower <- distance(iris2, method ="mixed") Test.Gower.agnes<-agnes(Test.Gower, diss=T) Fehler in agnes(Test.Gower, diss = T) : (list) Objekt kann nicht nach 'logical' umgewandelt werden Error in agnes(Test.Gower, diss=T). (list) object can`t be transformed to "logical" working example only numerics used: library(cluster) library(analogue) irisPart<-subset(iris, select= Sepal.Length:Petal.Width) Dist.Gower <- distance(irisPart, method ="mixed") A...
2008 Jul 31
0
Sperman Correlation with rcorr (Hmisc)
...g code Matrix.My.data<-as.matrix(Df.My.Data[2:82]) Matrix.My.data.rcorr<-rcorr(Matrix.My.data, type="spearman") and got the following message: Fehler in storage.mode(x) <- if (.R.) "double" else "single" : (list) Objekt kann nicht nach 'double' umgewandelt werden Error Fehler in storage.mode(x) <- if (.R.) "double" else "single" : (list) object can not be altered into 'double'. Can somebody tell me what is going wrong with my code? Many thanks in advance. B. ----- The art of living is more like wrestling than d...