pval2star {geecc}R Documentation

Transform P-values to stars

Description

Transform P-values to stars

Usage

pval2star(x)

Arguments

x

A matrix of P-values

Details

Use stars as simplification of P-values

Value

A character matrix of same dimension and names as x with stars instead of P-values.

Examples

x <- matrix( runif(25), nrow=5, dimnames=list(LETTERS[1:5], letters[1:5]) )
pval2star(x)

[Package geecc version 1.18.0 Index]