README.md

forrel - Exclusion Power GUI

Installation

This package requires forrel (available on CRAN) plus some other packages to display the user interface. Installing packages from GitHub requires the package devtools which is available on CRAN and may be installed with

install.packages("devtools")

Once you have devtools you may install forrelgui by pasting the following into an R interactive session:

devtools::install_github("knifecake/forrelgui")

Exclusion power

To launch the exclusion power graphical user interface import the forrelgui package and use the epGUI() function like this:

library("forrelgui")
epGUI()

TODOs

LICENSE

This project is licensed under the MIT license. See the LICENSE file for details.



knifecake/forrelgui documentation built on March 30, 2021, 10:26 p.m.