sgf: Identify significance

View source: R/PQRFE_main.R

sgfR Documentation

Identify significance

Description

Identify significance

Usage

sgf(x)

Arguments

x

Numeric vector.

Value

y vector Factor, symbol flag of significant p-values.

a vector of Factors, i.e., the symbols to help p-value interpretation

Examples

n = 10
pvalue = rgamma(10,1,10)
sgf(pvalue) 


pqrfe documentation built on Dec. 1, 2022, 5:09 p.m.