Learn R Programming

insurancerating (version 0.8.2)

make_stars: Convert p-values into significance stars

Description

Convert p-values into significance stars

Usage

make_stars(pval)

Value

Character vector of the same length as pval, containing "***", "**", "*", ".", or "".

Arguments

pval

Numeric vector of p-values.