pval2star {geecc} | R Documentation |
Transform P-values to stars
pval2star(x)
x |
A matrix of P-values |
Use stars as simplification of P-values
A character matrix of same dimension and names as x
with stars instead of P-values.
x <- matrix( runif(25), nrow=5, dimnames=list(LETTERS[1:5], letters[1:5]) ) pval2star(x)