README.md

unsaacBEA

The goal of unsaacBEA is to ...

Installation

You can install the released version of unsaacBEA from GitHub with:

# Installing and loading packages
if(!require(devtools)){
    install.packages("devtools")
}

if(!require(unsaacBEA)){
    devtools::install_github("patauchi/unsaacBEA")
}

library(unsaacBEA)

# Examples
?rad.fit

Example

This is a basic example which shows you how to solve a common problem:

## basic example code


patauchi/unsaacBEA documentation built on May 23, 2019, 7:19 a.m.