Skip to content
/ pstars Public

R package to display p-values with asterisk symbols

License

Notifications You must be signed in to change notification settings

uhlitz/pstars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display p-values with asterisk symbols

Convert numeric pvalues to asterisk symbols: 0.05: *; 0.01: **, 0.001: ***, 0.0001: ****, 0.00001: *****

Installation

devtools::install_github("uhlitz/pstars")

Example

> library(pstars)
> pstars(c(0.04, 0.005, 0.1))
[1] "*"    "**"   "n.s."

About

R package to display p-values with asterisk symbols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages