get_stars: Significance stars

View source: R/util.R

get_starsR Documentation

Significance stars

Description

Gives the statistical significance level of a p-value.

Usage

get_stars(p)

Arguments

p

A numeric p-value from a hypothesis test.

Value

A string representing the significance level correponding to this p-value ("***", "**", "*", ".", or "").

Examples

get_stars(0.03)

langcog/langcog documentation built on March 28, 2024, 9:52 a.m.