sgf {pqrfe}R 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) 


[Package pqrfe version 1.1 Index]