Displaying 3 results from an estimated 3 matches for "fisherz".
Did you mean:
fisher
2023 Mar 22
1
How to test the difference between paired correlations?
...lations".
[https://www.personality-project.org/r/html/paired.r.html]
However, there is the need to convert the correlations to "z scores
using the Fisher r-z transform". I have seen that there is another
package that does that
[https://search.r-project.org/CRAN/refmans/DescTools/html/FisherZ.html].
Yet, I do not understand how to process the data. Shall I pass the raw
data or the correlations directly?
I have made the following working example:
```
# define data
v1 <- c(62.480, 59.492, 74.060, 88.519, 91.417, 53.907, 64.202, 62.426,
54.406, 88.117)
v2 <- c(56.814...
2023 Mar 23
1
How to test the difference between paired correlations?
...> However, there is the need to convert the correlations to "z scores using the Fisher r-z transform". I have seen that there is another package that does that [https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.r-project.org%2FCRAN%2Frefmans%2FDescTools%2Fhtml%2FFisherZ.html&data=05%7C01%7Ctebert%40ufl.edu%7C35f2e7d6d9e844553c6408db2b1a337f%7C0d4da0f84a314d76ace60a62331e1b84%7C0%7C0%7C638151163767327230%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=gI3vIHV5UnFbPSmeMyuCVvg9hpFCdF33qNgAXmOQOX...
2006 Aug 10
0
Convergence in geese/gee
...timate an overall incidence rate for absences (=number of absences/risk time) by specifying
geese(number.absences ~ offset(log(risktime)), id=day.care.id,
family=poisson("log"), data=dcc, corstr="exch",
sca.link="log", cor.link="fisherz")
gee(number.absences ~ offset(log(risktime)), id=day.care.id,
family=poisson, data=dcc, corstr="exchangeable")
However it returns a value error of 1 ,in some cases it returnes NaN estimates, andin the case or gee, it hangs. We intend eventually to add other c...