Skip to content

Commit 9cfa979

Browse files
authored
Use paper for citation (#505)
* Use paper for citation * update textversion * add joss paper * wordlist
1 parent 681de92 commit 9cfa979

6 files changed

Lines changed: 32 additions & 13 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Imports:
4242
bayestestR (>= 0.16.0),
4343
datawizard (>= 1.0.2),
4444
insight (>= 1.3.0),
45-
parameters (>= 0.25.0),
45+
parameters (>= 0.26.0),
4646
graphics,
4747
stats,
4848
tools,
@@ -106,4 +106,3 @@ Roxygen: list(markdown = TRUE)
106106
Config/Needs/check: stan-dev/cmdstanr
107107
Config/Needs/website: easystats/easystatstemplate
108108
LazyData: true
109-
Remotes: easystats/bayestestR, easystats/parameters

README.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ options(marginaleffects_safe = FALSE)
3030
```
3131

3232

33-
[![publication](https://img.shields.io/badge/Cite-Unpublished-yellow)](https://github.com/easystats/modelbased/blob/master/inst/CITATION) [![downloads](https://cranlogs.r-pkg.org/badges/modelbased)](https://cran.r-project.org/package=modelbased)
33+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07969/status.svg)](https://doi.org/10.21105/joss.07969) [![downloads](https://cranlogs.r-pkg.org/badges/modelbased)](https://cran.r-project.org/package=modelbased)
3434
[![total](https://cranlogs.r-pkg.org/badges/grand-total/modelbased)](https://cranlogs.r-pkg.org/)
3535

3636
***Make the most out of your models***
@@ -453,6 +453,11 @@ Note that `{emmeans}` can also perform numeric differentiation or use non-regula
453453

454454
Finally, `{modelbased}` leverages the `get_datagrid()` function from the `{insight}` package [(Lüdecke et al., 2019)](https://doi.org/10.21105/joss.01412) to intuitively generate an appropriate grid of data points for which predictions or effects or slopes will be estimated. Since these packages support a wider range of models - including generalized linear models, mixed models, and Bayesian models - `{modelbased}` also inherits the support for such models.
455455

456+
## Citation
457+
458+
If this package helped you, please consider citing as follows:
459+
460+
Makowski, D., Ben-Shachar, M. S., Wiernik, B. M., Patil, I., Thériault, R., & Lüdecke, D. (2025). modelbased: An R package to make the most out of your statistical models through marginal means, marginal effects, and model predictions. Journal of Open Source Software, 10(109), 7969. doi: 10.21105/joss.07969
456461

457462
## Code of Conduct
458463

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# modelbased <img src='man/figures/logo.png' align="right" height="139" />
33

4-
[![publication](https://img.shields.io/badge/Cite-Unpublished-yellow)](https://github.com/easystats/modelbased/blob/master/inst/CITATION)
4+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07969/status.svg)](https://doi.org/10.21105/joss.07969)
55
[![downloads](https://cranlogs.r-pkg.org/badges/modelbased)](https://cran.r-project.org/package=modelbased)
66
[![total](https://cranlogs.r-pkg.org/badges/grand-total/modelbased)](https://cranlogs.r-pkg.org/)
77

@@ -657,6 +657,16 @@ slopes will be estimated. Since these packages support a wider range of
657657
models - including generalized linear models, mixed models, and Bayesian
658658
models - `{modelbased}` also inherits the support for such models.
659659

660+
## Citation
661+
662+
If this package helped you, please consider citing as follows:
663+
664+
Makowski, D., Ben-Shachar, M. S., Wiernik, B. M., Patil, I., Thériault,
665+
R., & Lüdecke, D. (2025). modelbased: An R package to make the most out
666+
of your statistical models through marginal means, marginal effects, and
667+
model predictions. Journal of Open Source Software, 10(109), 7969. doi:
668+
10.21105/joss.07969
669+
660670
## Code of Conduct
661671

662672
Please note that the modelbased project is released with a [Contributor

inst/CITATION

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
bibentry(
2-
bibtype="Article",
3-
title="Estimation of Model-Based Predictions, Contrasts and Means.",
4-
author=c(person("Dominique", "Makowski"), person("Mattan S.", "Ben-Shachar"), person("Indrajeet", "Patil"), person("Daniel", "Lüdecke")),
5-
journal="CRAN",
6-
doi="",
7-
year="2020",
8-
url="https://github.com/easystats/modelbased",
9-
textVersion = "Makowski, D., Ben-Shachar, M. S., Patil, I., & Lüdecke, D. (2020). Estimation of Model-Based Predictions, Contrasts and Means. CRAN.",
10-
mheader = "To cite 'modelbased' in publications use:"
2+
bibtype = "article",
3+
key = "modelbasedPackage",
4+
title = "{modelbased}: An {R} package to make the most out of your statistical models through marginal means, marginal effects, and model predictions.",
5+
volume = "10",
6+
doi = "10.21105/joss.07969",
7+
number = "109",
8+
journal = "Journal of Open Source Software",
9+
author = c(person("Dominique", "Makowski"), person("Mattan S.", "Ben-Shachar"), person("Brenton M.", "Wiernik"), person("Indrajeet", "Patil"), person("Rémi", "Thériault"), person("Daniel", "Lüdecke")),
10+
year = "2025",
11+
pages = "7969",
12+
url="https://joss.theoj.org/papers/10.21105/joss.02306",
13+
textVersion = "Makowski, D., Ben-Shachar, M. S., Wiernik, B. M., Patil, I., Thériault, R., & Lüdecke, D. (2025). modelbased: An R package to make the most out of your statistical models through marginal means, marginal effects, and model predictions. Journal of Open Source Software, 10(109), 7969. https://doi.org/10.21105/joss.07969"
1114
)

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Visualisation
7474
Visualising
7575
Wagenmakers
7676
Wemrell
77+
Wiernik
7778
al
7879
analysing
7980
bc
@@ -126,6 +127,7 @@ intersectionality
126127
intra
127128
io
128129
jmr
130+
joss
129131
labelled
130132
lifecycle
131133
lme

man/figures/unnamed-chunk-3-1.png

1.12 KB
Loading

0 commit comments

Comments
 (0)