https://github.com/cran/nets
Raw File
Tip revision: 597198b92ddb06d61dec850290a1dd589f676c5b authored by Christian Brownlees on 27 October 2020, 17:30:02 UTC
version 0.9.1
Tip revision: 597198b
README

# NETS

This is the R package `nets' (Network Estimation of Time Series) developed by Christian Brownlees (http://www.econ.upf.edu/~cbrownlees/)

# Installation

You can install the stable version from CRAN:

http://cran.r-project.org/package=nets

or from the R prompt

> install.packages('nets', dependencies = TRUE)

Alternatively, you can download the development version from github:

 - zip: https://github.com/ctbrownlees/R-Package-nets/zipball/master
 - tar ball: https://github.com/ctbrownlees/R-Package-nets/tarball/master

and install it using `R CMD INSTALL`.

You can also install the development version using the devtools package:

> library(devtools) 
> install_github('ctbrownlees/R-Package-lproj')

Note: Windows users have to first install Rtools (http://www.murdoch-sutherland.com/Rtools/).

back to top