pvalue | R Documentation |
Function to compute p-value based on a t-statistic.
pvalue(t, df = Inf, alternative = c("two.sided", "less", "greater"))
t |
t-statistic. |
df |
degree of freedoms. |
alternative |
type of alternatives. |
pvalue(1.96, alternative = "greater")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.