andrewejaffe / mansplainr

Mansplaining R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mansplainr

What is mansplain?

You probably need me to say this to you in simple terms. mansplainr translates S3 objects into text using standard templates in a simple and convenient way.

For help with the mansplainr R-package, there is a vignette available in the /vignettes folder.

Installation

The package can be installed with

devtools::install_github("hilaryparker/mansplainr")

After installation, the package can be loaded into R.

library(mansplainr)

Using mansplain

The main function in the mansplainr package is mansplain().

p <- prop.test(x = 500, n = 1008)
mansplain(p)
# That's great that you were able to do a hypothesis test. You got a p-value of 0.8255. That means it's not significant at alpha = .05, but that's OK. The important thing is that you tried.

Bug reports

Report bugs as issues on the GitHub repository

Contributors

About

Mansplaining R

License:Other


Languages

Language:R 100.0%