add_stars: FUNCTION_TITLE

View source: R/helper.R

add_starsR Documentation

FUNCTION_TITLE

Description

FUNCTION_DESCRIPTION

Usage

add_stars(
  p.value,
  type = "html",
  sign_levels = c(`*` = 0.1, `**` = 0.05, `***` = 0.01)
)

Arguments

p.value

Numeric vector of p-values.

type

Output type. Can be "latex", "html" or "markdown"

sign_levels

Vector of significance levels from less to more strict

Value

RETURN_DESCRIPTION

Examples

# ADD_EXAMPLES_HERE


gerasy1987/usefulr documentation built on Sept. 18, 2024, 9:46 a.m.