powered by
Returns p-values summarized using ***, **, *, or exact value when p > .05 (default 2 significant decimal places).
pValueSummary(pVal)
character
vector with p-value between 0 and 1
# Examples: psum <- pValueSummary(0.0067) psum <- pValueSummary(c(0.0001, 0.002, 0.02, 0.1))
Run the code above in your browser using DataLab