Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjhuang/discrete-choice-models
My practices on Kenneth Train's Exercises in R.
https://github.com/arjhuang/discrete-choice-models
Last synced: 3 months ago
JSON representation
My practices on Kenneth Train's Exercises in R.
- Host: GitHub
- URL: https://github.com/arjhuang/discrete-choice-models
- Owner: arjhuang
- Created: 2017-06-13T03:47:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T03:15:56.000Z (over 7 years ago)
- Last Synced: 2024-05-21T02:52:50.713Z (6 months ago)
- Language: R
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discrete-Choice-Models
My practices on Kenneth Train's Exercises in R.Kenneth Train’s exercises using the mlogit package for R:
https://cran.r-project.org/web/packages/mlogit/vignettes/Exercises.pdfExercise Code in R:
https://github.com/cran/mlogit/blob/master/inst/doc/Exercises.RMultinomial Logit Model R Package Reference:
https://cran.r-project.org/web/packages/mlogit/mlogit.pdf----
- Exercise 1 provides background of this project.
- Exercise 2 introduces an unconstrained model, estimating lifecycle cost of the system based on installation cost and operation cost.
- Exercise 3 introduces discount rate r of operation cost. Lifecycle cost now is estimated on installation cost and operation cost devided by discount rate r.