pval_sym | R Documentation |
Creates a vector of the same length as the input with the standard codes for significance in R, as for example used in summary.lm
pval_sym(p.values)
p.values |
numeric p.values (between 0 and 1) |
Vector of symbols.
pval <- c(runif(10, 0, 0.2))
cbind(pval, pval_sym(pval))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.