sig2star: Function to transform P-values into symbols of significance...

Description Usage Arguments Value Author(s)

View source: R/mg14.R

Description

Function to transform P-values into symbols of significance (***)

Usage

1
2
sig2star(s, breaks = c(-Inf, 0.001, 0.01, 0.05, 0.1, 1), labels = c("***",
  "**", "*", ".", ""))

Arguments

s

A vector of P-values

breaks

The breaks

labels

The labels

Value

A character vector.

Author(s)

mg14


mg14/mg14 documentation built on Aug. 18, 2019, 3:30 a.m.