p_val_count: Calculate p.value for x given set of null values using counts

View source: R/null_model_analysis.R

p_val_countR Documentation

Calculate p.value for x given set of null values using counts

Description

Calculate p.value for x given set of null values using counts

Usage

p_val_count(x, null.values, alternative = "two.sided")

Arguments

x

numeric value

null.values

a numeric vector of null distribution samples

alternative

alterative test including: "two.sided" [default], "greater", and "less"

Value

p.value

Examples

p.val = p_val_count(1, 1:100)


PLEXI documentation built on Aug. 9, 2023, 5:08 p.m.

Related to p_val_count in PLEXI...