Learn R Programming

RVAideMemoire (version 0.9-7)

psignif: Stars for p-values significance

Description

Return a vector of symbols corresponding to p-values significance : 1 - NS - 0.05 - * - 0.01 - ** - 0.001 - ***

Usage

psignif(p)

Arguments

p
vector of p-values.

Examples

Run this code
p<-c(0.005,0.02,0.0000001,0.35)
psignif(p)

Run the code above in your browser using DataLab