powered by
Function to compute p-value based on a t-statistic.
pvalue(t, df = Inf, alternative = c("two.sided", "less", "greater"))
t-statistic.
degree of freedoms.
type of alternatives.
# NOT RUN { pvalue(1.96, alternative = "greater") # }
Run the code above in your browser using DataLab