pValueFromT | R Documentation |
Function returns the p value from correlation.
pValueFromT(t, n1, n2 = 0, var.equal = TRUE)
t |
numeric representing observed t-statistic |
n1 |
integer representing sample size of the first sample |
n2 |
integer representing sample size of the second sample, n2=0 implies that it's a one-sample |
var.equal |
logical, TRUE is equal, cannot have unequal, because we don't have access to s1 and s2 |
list of three p-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.