Description Usage Arguments Value Examples
This functions converts an p-value into a the corresponding correlation coefficient, using a T distribution with the provided number of samples N minus 2 degrees of freedom
1 | p2corr(p, N)
|
p |
a p-value |
N |
a number of samples |
r a correlation coefficient
1 2 3 | N<-100
p<-0.05
p2corr(p,N)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.