sign_level: sign_level

Description Usage Arguments Value

View source: R/sig_level.R

Description

we want to determine the significance levels of the p-value by this function

Usage

1
2
3
4
5
sign_level(
  data,
  sig.level = c(0.001, 0.01, 0.05, 0.1),
  mark = c("***", "**", "*", ".")
)

Arguments

data

matrix

mark

Value

return statistical significance mark


Zachary-Wu/learn documentation built on Aug. 14, 2020, 12:39 a.m.