pvalue: Function to Compute P-value.

Description Usage Arguments Examples

View source: R/misc.R

Description

Function to compute p-value based on a t-statistic.

Usage

1
pvalue(t, df = Inf, alternative = c("two.sided", "less", "greater"))

Arguments

t

t-statistic.

df

degree of freedoms.

alternative

type of alternatives.

Examples

1
pvalue(1.96, alternative = "greater")

ZIM documentation built on May 2, 2019, 7:01 a.m.