Last active
October 20, 2020 16:38
-
-
Save monogenea/7e431b252afb8269d89ea369d6619d07 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
library(rethinking) | |
library(tidyverse) | |
library(magrittr) | |
library(readxl) | |
# Download data set from Riehl et al. 2019 | |
dataURL <- "https://datadryad.org/stash/downloads/file_stream/82205" | |
download.file(dataURL, destfile = "data.xlsx") |
No worries - I also noticed you forked the repo, so please make sure you replace the URL with the one above. I just updated the code from the two main R scripts accordingly (both are independent from the Gists used in the blog, unfortunately). Greetings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thank you for your response. I didn't really expect that, to be honest.
I was reading your R-blogger in Bayesian models in R, the link there doesn't work. So I actually had to search for several places until I finally locate the correct repo.
Anyway, I am amazed by how you use Bayesian models to simulate female cuckoo's laying egg behaviour. But there is so much trouble to install all necessary packages and I am looking for some Bayesian regression code of scratch.