Skip to contents

Creates stars based on the p-value of a test.

Usage

stars(p)

Arguments

p

A double or numeric vector of p-values.

Value

A character vector of stars.

Examples

stars(0.05)
#> [1] "*"