https://github.com/lachlandeer/demandr
IO style demand estimation with R
https://github.com/lachlandeer/demandr
Last synced: 3 months ago
JSON representation
IO style demand estimation with R
- Host: GitHub
- URL: https://github.com/lachlandeer/demandr
- Owner: lachlandeer
- License: mit
- Created: 2018-04-06T16:45:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T21:54:13.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:15:14.639Z (6 months ago)
- Language: R
- Homepage: https://lachlandeer.github.io/demandr
- Size: 5.55 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - lachlandeer/demandr - IO style demand estimation with R (R)
README
# demandr:
*Work in Progress*
## Installation
The `demandr` package can be installed using the package `devtools.`
After installing `devtools`, `demandr` is installed by entering:```{r}
# install devtools if not already installed
# install.packages(devtools)
devtools::install_github("lachlandeer/demandr")
```into the R console.