Skip to content

Commit

Permalink
Big Update - Now Using BayesX
Browse files Browse the repository at this point in the history
Removed most of the MCMCpack (apart from the simple example in Practical 5), now reverted to using BayesX throughout, much happier!
  • Loading branch information
MarkJBrewer committed Jul 3, 2024
1 parent fc78e31 commit 7fc2afc
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 452 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: vibass
Title: Valencia International Bayesian Summer School
Version: 0.0.41
Version: 0.0.43
Authors@R:
c(person(given = "VIBASS7",
role = c("aut")),
Expand Down Expand Up @@ -46,11 +46,12 @@ Imports:
crayon,
dplyr,
extraDistr,
faraway,
ggplot2,
golem,
knitr,
magrittr,
MCMCpack,
R2BayesX,
rlang,
rstudioapi,
shiny (>= 1.5),
Expand All @@ -60,17 +61,16 @@ Suggests:
bayesrules,
coda,
cowplot,
faraway,
hrbrthemes,
htmlwidgets,
INLA,
ISLR,
LaplacesDemon,
magick,
MASS,
MCMCpack,
plotly,
rmarkdown,
R2BayesX,
pacman,
png,
spData,
Expand Down
7 changes: 4 additions & 3 deletions vignettes/p5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,11 @@ package, using the so-called
"full conditional" distributions - that is, the conditional distributions
referred to in the [Section on Gibbs Sampling](#Gibbs).

We will use the R package MCMCpack to run the Gibbs Sampling here and for the
other examples coming in this and the next two Practicals.
We will use the R package MCMCpack to run the Gibbs Sampling for this simple
example, although we will use more advanced software in Practicals 6 and 7 for
more complex examples.

We will study an example from ecology, looking at the relationship between water pollution and mayfly size - the data come from the book *Statistics for
We will study an problem from ecology, looking at the relationship between water pollution and mayfly size - the data come from the book *Statistics for
Ecologists Using R and Excel 2nd edition* by Mark Gardener (ISBN 9781784271398),
see [the publisher's webpage](https://pelagicpublishing.com/products/statistics-for-ecologists-using-r-and-excel-gardener-2nd-edition).

Expand Down
Loading

0 comments on commit 7fc2afc

Please sign in to comment.