Repository for simulated genetic data presented by Nunes and Balding (2010).
The data comprise
-
csv/coal.csv: 100,000 simulations with$\theta\sim\mathrm{Uniform}\left(2,10\right)$ and$\rho\sim\mathrm{Uniform}\left(0,10\right)$ , where$\theta$ is the scaled mutation rate and$\rho$ is the scaled recombination rate. -
csv/coalobs.csv: 100 simulations with the same prior distribution as forcsv/coal.csv. -
csv/coaloracle.csv: 1,000,000 simulations with$\theta\sim\mathrm{Uniform}\left(0,10\right)$ and$\rho\sim\mathrm{Uniform}\left(0,10\right)$ .
Run
make csvto download data and regenerate the CSV files (Rscriptandcurlmust be installed).make rda.shasumto regenerate the checksum file to validate the integrity of the input data (shasumandcurlmust be installed).make rda/validateto validate therdainput files checksums (shasumandcurlmust be installed).