-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
citHeader("To cite spINAR in publications use:") | ||
|
||
year = sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date) | ||
vers = paste("R package version", meta$Version) | ||
|
||
bibentry(bibtype = "Manual", | ||
title = "{spINAR}: Semiparametric and Parametric Estimation and Bootstrapping of Integer-Valued Autoregressive (INAR) Models", | ||
bibentry(bibtype = "Article", | ||
title = "{spINAR}: An {R} Package for Semiparametric and Parametric Estimation and Bootstrapping of Integer-Valued Autoregressive ({INAR}) Models", | ||
author = "Maxime Faymonville and Javiera Riffo and Jonas Rieger and Carsten Jentsch", | ||
year = year, | ||
doi = "10.5281/zenodo.7611601", | ||
year = "2024", | ||
journal = "Journal of Open Source Software", | ||
doi = "tba", | ||
url = "https://github.com/MFaymon/spINAR", | ||
note = vers, | ||
textVersion = | ||
paste("Faymonville et al. (", year, "). ", | ||
"spINAR: Semiparametric and Parametric Estimation and Bootstrapping of Integer-Valued Autoregressive (INAR) Models. ", | ||
vers, ". ", | ||
"DOI: 10.5281/zenodo.7611601.", sep = "") | ||
) | ||
paste("Faymonville et al. (2024).", | ||
"{spINAR}: An {R} Package for Semiparametric and Parametric Estimation and Bootstrapping of Integer-Valued Autoregressive ({INAR}) Models.", | ||
"Journal of Open Source Software") | ||
) |