Learn R Programming

RVAideMemoire (version 0.9-11)

psignif: Stars for p-values significance

Description

Return a vector of symbols corresponding to p-values significance : 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

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