pvTarald {practicalSigni} | R Documentation |
Compute the p-value for exact correlation significance test using Taraldsen's exact methods.
Description
Compute the p-value for exact correlation significance test using Taraldsen's exact methods.
Usage
pvTarald(n, rho = 0, obsr)
Arguments
n |
number of observations, n-1 is degrees of freedom |
rho |
True unknown population correlation coefficient in the r-interval [-1, 1], default=0 |
obsr |
observed r or correlation coefficient |
Value
ans is the p-value or probability from sampling distribution of observing a correlation as extreme or more extreme than the input obsr or observed r.
Note
needs function hypergeo from the package of that name.
Author(s)
Prof. H. D. Vinod, Economics Dept., Fordham University, NY
References
Taraldsen, G. "The Confidence Density for Correlation" Sankhya: The Indian Journal of Statistics 2023, Volume 85-A, Part 1, pp. 600-616.
See Also
See Also as qTarald
,
[Package practicalSigni version 0.1.2 Index]