Skip to content

Commit

Permalink
duplicated element
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorDonegan committed Sep 17, 2024
1 parent 82cdda1 commit 24551b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: geostan
Title: Bayesian Spatial Analysis
Version: 0.7.0
Date: 2024-05-31
Date: 2024-09-17
URL: https://connordonegan.github.io/geostan/
BugReports: https://github.com/ConnorDonegan/geostan/issues
Authors@R: c(
Expand Down
3 changes: 1 addition & 2 deletions R/make-me-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@ make_me_priors <- function(ME, me.list) {
"prior_rhox_true")
for (i in 1:7) empty_priors[[i]] <- numeric(0)
empty_priors[[8]] <- c(-1,1)
empty_priors$spatial_me <- FALSE
return (empty_priors)
}
pl <- list(spatial_me = me.list$spatial_me)
pl <- list()
pl$prior_mux_true_location <- as.array(ME$prior$location$location)
pl$prior_mux_true_scale <- as.array(ME$prior$location$scale)
pl$prior_sigmax_true_df <- as.array(ME$prior$scale$df)
Expand Down

0 comments on commit 24551b4

Please sign in to comment.