Learn R Programming

radiant.data (version 1.0.6)

sig_stars: Add stars based on p.values

Description

Add stars based on p.values

Usage

sig_stars(pval)

Arguments

pval

Vector of p-values

Value

A vector of stars

Examples

Run this code
# NOT RUN {
sig_stars(c(.0009, .049, .009, .4, .09))

# }

Run the code above in your browser using DataLab