Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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('R-Package-nets', 'ctbrownlees')

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

About

R package nets

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.