/nest

NEST package

Primary LanguageR

# nest
NEST is a R package to analyze Non-Equally Spaced Timeseries

License
Private within the STACY group and collaborators (no warranty).

Installation

At the terminal, clone the repository to the target directory
git clone https://github.com/krehfeld/nest.git

OR (in R/command line)
install.packages(devtools)
# install from github
library(devtools)
install_github("krehfeld/nest")

# load package
library(nest)
#help:
?nest