search for: bedingung

Displaying 4 results from an estimated 4 matches for "bedingung".

Did you mean: bedingungen
2010 May 31
1
Post-hoc tests for repeated measures in balanced experimental design
...e, linfct=mcp(Condition2="Tukey")))) My problems and questions are 1) When applying this solution to my collection of data I found several cases where the standard repeated-measures ANOVA showed a highly significant effect for both factors, e. g. ano <- aov(d$wPatternPulseSNR~ d$Bedingung*d$Felder + Error(d$VPerson/ (d$Bedingung*d$Felder), data=d)) Error: d$VPerson Df Sum Sq Mean Sq F value Pr(>F) Residuals 11 458.22 41.66 Error: d$VPerson:d$Bedingung Df Sum Sq Mean Sq F value Pr(>F) d$Bedingung 4 364.58 91.14 7.4429 0.0001140 *** Residuals...
2012 Sep 03
2
boxplot - bclust
...t. http://127.0.0.1:13155/library/e1071/html/boxplot.bclust.html > data(iris) > bc1 <- bclust(iris[,1:4], 3, base.centers=5) Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1) Computing Hierarchical Clustering > boxplot(bc1) Warnmeldungen: 1: In if (x$datamean) { : Bedingung hat Länge > 1 und nur das erste Element wird benutzt (Condition has length > 1 and only the first element is used) # It's normal? Why? 2: In if (x$datamean) { : Bedingung hat Länge > 1 und nur das erste Element wird benutzt 3: In if (x$datamean) { : Bedingung hat Länge > 1 und n...
2010 Jun 08
2
problem with if else statement
...ic blood pressure (rr.dia.2m) if not treated - the value of the measured diastolic blood pressure should remain the same ->my code (data frame is attached !) rr.dia2.corr<-if(med.hyper==1) { rr.dia.2m-5 } else { rr.dia2.corr==rr.dia.2m } R warning Warnmeldung: In if (med.hyper == 1) { : Bedingung hat L?nge > 1 und nur das erste Element wird benutzt "Only first condition is use" which you can see from the result (simply 5 mm was subtracted and the second condition was taken into account) > describe(rr.dia.2m) rr.dia.2m n missing unique Mean .05 .10 .2...
2010 Jun 25
0
WG: Samba PDC and big files
...e know it ist he first login and we set it. Later on we will delete this key ADDKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN") ENDIF ;now if it ist he first login we have to do something $RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN") IF $RETURNCODE=0 ;geschachtelte Bedingung $RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc\profile_copied") IF NOT $RETURNCODE=0 ;if there is a profile IF EXIST("\\tpdc\@userID\@userID\profile") copy "\\tpdc\@userID\@userID\profile\Eigene Dateien\*" "\\tpdc\@userID\" ENDIF ;nun setzen...