Skip to content

Commit

Permalink
Merge pull request #7 from markean/dev
Browse files Browse the repository at this point in the history
arxiv information updated
  • Loading branch information
markean committed Jan 1, 2024
2 parents 2ee7b5c + 2fb0260 commit 605ae2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Authors@R: c(
)
Description: Computes regularized exponentially tilted empirical likelihood for
Bayesian inference. Details of the methods are given in Kim, MacEachern, and
Peruggia (2023) <doi:10.48550/arXiv.2112.09206>. This work was supported
Peruggia (2023) <doi:10.48550/arXiv.2312.17015>. This work was supported
by the U.S. National Science Foundation under Grants No. SES-1921523 and
DMS-2015552.
License: GPL (>= 3)
Expand Down
2 changes: 1 addition & 1 deletion R/retel-package.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @references Kim E, MacEachern SN, Peruggia M (2023).
#' "Regularized Exponentially Tilted Empirical Likelihood for Bayesian
#' Inference."
#' \doi{10.48550/arXiv.2112.09206}.
#' \doi{10.48550/arXiv.2312.17015}.
#' @keywords internal
"_PACKAGE"

Expand Down
2 changes: 1 addition & 1 deletion man/income.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/retel-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion retel-paper/code/figures/figure3.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library(grid)
library(gridExtra)

# Data
result <- readRDS("simulations/mb_1/n5s5.rds")
result <- readRDS("./simulations/mb_1/n5s5.rds")
df <- as.data.frame(result)

# RETEL_f
Expand Down

0 comments on commit 605ae2d

Please sign in to comment.