Skip to content

Commit 7cced10

Browse files
committed
update readme
1 parent ffeb300 commit 7cced10

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ The latest version includes support for:
3939

4040
Mixed logit models are estimated using maximum simulated likelihood based on the algorithms in Kenneth Train's book [*Discrete Choice Methods with Simulation, 2nd Edition (New York: Cambridge University Press, 2009)*](https://eml.berkeley.edu/books/choice2.html).
4141

42+
## Basic Usage
43+
44+
View the [basic usage](https://jhelvy.github.io/logitr/articles/basic_usage.html) page for details on how to use **logitr** to estimate models.
45+
4246
## JSS Article
4347

4448
An associated paper in the *Journal of Statistical Software* about this package is available at
@@ -49,10 +53,6 @@ An associated paper in the *Journal of Statistical Software* about this package
4953
```{r child="man/rmdchunks/installation.Rmd"}
5054
```
5155

52-
## Basic Usage
53-
54-
View the [basic usage](https://jhelvy.github.io/logitr/articles/basic_usage.html) page for details on how to use **logitr** to estimate models.
55-
5656
## Author, Version, and License Information
5757

5858
- Author: *John Paul Helveston* https://www.jhelvy.com/

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ based on the algorithms in Kenneth Train’s book [*Discrete Choice
3838
Methods with Simulation, 2nd Edition (New York: Cambridge University
3939
Press, 2009)*](https://eml.berkeley.edu/books/choice2.html).
4040

41+
## Basic Usage
42+
43+
View the [basic
44+
usage](https://jhelvy.github.io/logitr/articles/basic_usage.html) page
45+
for details on how to use **logitr** to estimate models.
46+
4147
## JSS Article
4248

4349
An associated paper in the *Journal of Statistical Software* about this
@@ -65,12 +71,6 @@ Load the library with:
6571
library(logitr)
6672
```
6773

68-
## Basic Usage
69-
70-
View the [basic
71-
usage](https://jhelvy.github.io/logitr/articles/basic_usage.html) page
72-
for details on how to use **logitr** to estimate models.
73-
7474
## Author, Version, and License Information
7575

7676
- Author: *John Paul Helveston* <https://www.jhelvy.com/>
@@ -89,11 +89,11 @@ citation("logitr")
8989
#>
9090
#> To cite logitr in publications use:
9191
#>
92-
#> Helveston JP (2023). "logitr: Fast Estimation of Multinomial and Mixed
93-
#> Logit Models with Preference Space and Willingness-to-Pay Space Utility
94-
#> Parameterizations." _Journal of Statistical Software_, *105*(10), 1-37.
95-
#> doi: 10.18637/jss.v105.i10 (URL:
96-
#> https://doi.org/10.18637/jss.v105.i10).
92+
#> Helveston JP (2023). "logitr: Fast Estimation of Multinomial and
93+
#> Mixed Logit Models with Preference Space and Willingness-to-Pay Space
94+
#> Utility Parameterizations." _Journal of Statistical Software_,
95+
#> *105*(10), 1-37. doi:10.18637/jss.v105.i10
96+
#> <https://doi.org/10.18637/jss.v105.i10>.
9797
#>
9898
#> A BibTeX entry for LaTeX users is
9999
#>

0 commit comments

Comments
 (0)