Skip to content

heliosdrm/pwr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1cf94f · Dec 4, 2023

History

32 Commits
Dec 1, 2023
May 20, 2020
Mar 16, 2020
Mar 16, 2020
Aug 4, 2016
Nov 13, 2016
Aug 4, 2016
Mar 16, 2020
Feb 25, 2015
Aug 6, 2016
Mar 16, 2020
Dec 4, 2023

Repository files navigation

R package “pwr”

Basic functions for power analysis

Build Status

CRAN version Downloads

This package was originally created by Stephane Champely, from the University of Lyon.

Getting started

The official release of the package is on CRAN: http://cran.r-project.org/web/packages/pwr/

To get it installed, just write in an R session:

install.packages("pwr", repos="http://cran.r-project.org")

To work with the newest development version, check the build status icon at the top of this page. If it says “passing”, you should be able to install it from the source. Clone this Git repository in your machine, and if you have the tools to build R packages, do it and install it as appropriate for your OS.

If you cannot build it, you may still install it from an R session (at the expense of not having PDF docs). Set the working directory to the parent folder where pwr is copied, and then do:

install.packages("pwr", repos=NULL, type="source")

After installing, you have to load to use the package, with:

library(pwr)

Feel free to comment on any issues, file bugs or suggest improvements. All contributions are welcome!