search for: zf2

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

Did you mean: f2
2004 Jul 21
2
RE: Comparison of correlation coefficients - Details
...ics/Two_Correlations.html http://ftp.sas.com/techsup/download/stat/compcorr.html and implemented it in R: compcorr <- function(n1, r1, n2, r2){ # compare two correlation coefficients # return difference and p-value as list(diff, pval) # Fisher Z-transform zf1 <- 0.5*log((1 + r1)/(1 - r1)) zf2 <- 0.5*log((1 + r2)/(1 - r2)) # difference dz <- (zf1 - zf2)/sqrt(1/(n1 - 3) + (1/(n2 - 3))) # p-value pv <- 2*(1 - pnorm(abs(dz))) return(list(diff=dz, pval=pv)) } Would it make sense to use the resultant p-value to "normalize" the correlation coefficients, using: corr &...
2004 Jul 22
0
RE: Comparison of correlation coefficients - Details
...m/techsup/download/stat/compcorr.html > and implemented it in R: > > compcorr <- function(n1, r1, n2, r2){ > # compare two correlation coefficients > # return difference and p-value as list(diff, pval) > > # Fisher Z-transform > zf1 <- 0.5*log((1 + r1)/(1 - r1)) > zf2 <- 0.5*log((1 + r2)/(1 - r2)) > > # difference > dz <- (zf1 - zf2)/sqrt(1/(n1 - 3) + (1/(n2 - 3))) > > # p-value > pv <- 2*(1 - pnorm(abs(dz))) > > return(list(diff=dz, pval=pv)) > } > > Would it make sense to use the resultant p-value to "normalize...
2009 Mar 13
0
ctree from Java via Rserve
...g Java-Code: try{ RConnection v = new RConnection(); v.voidEval("library(party)"); v.voidEval("try(load(\"C:\\Documents and Settings\\daten2.rda\"))"); v.voidEval("try(pdf(\"C:\\Documents and Settings\\test4.pdf\"))"); v.voidEval("plot (ctree(ZF2~TKL_f+Regio_f+km1000+SF_f+Geschlecht_f+Alter_VN+Random, data=daten2, weights=daten2$Tage, controls=ctree_control(mincriterion=0.95,maxdepth=4,teststat=\"quad\",testtype=\"Bonferroni\")), type=\"simple\")"); //line 6 v.voidEval("dev.off()"); }catch(R...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...MSTsTnbsP5 zmS&NEpWM`_%Bi-pT_lh0nJa$LmfmR5i$`*%inUwblkAj8PEY#fP~8pH)1i9Aa6^rB zs1fnGp*}CPL#eM*lhHj(8%2Dba`9}Oh-5{wBfd&;^PhNcT!}}cO1w3y46OI56xx_R zvw#-Krl5%75HTDgNm?|?rV9b_+8D3NNTZ50g`^-$e+>~3;ZAz)rcXt9g`GTw^prXU za1uAJNF@=U5=nI at sh;LvuS|)wg3*-V-b)?HB7*c+cLVJ5+Lsqr>h-43(Yos&+2BYh zf2-ICYQiykdU74BXF5PWwjChj^n6Ikd#XB{OMT`tpSj#;uJD;Feda2kIhUKOedZdU zxz=Z{^O@^?<_4d+(PwV*nVWs)huqxa>*jMDCgb(X9VQQ=ca0=2J`lZ&rq=;_VR!(I z%?b5OFwrZ)MyCW_TgBd?wCzddWxtO;`}9ktvG5Bo{{Fd_e*awf`S2f}exb+jfAzN> zFFyU;!}cfZ!Zu`ic<dgd4hbdp at J&O1 at kb`*Pwh7&G4K(29Ri~i0~@;04SST%a_F~X zKj}B...