ptv | R Documentation |
Computes p-values for a given set of random variables under a t-distribution with fixed degrees of freedom.
ptv(x, df, lower)
x |
A numeric matrix (or vector) representing the random variables. |
df |
A double specifying the degrees of freedom. |
lower |
A logical value indicating whether to compute the lower-tail probability ( |
A numeric matrix containing the computed cumulative distribution function (CDF) values (p-values).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.