Answers and solutions to the exercises belonging to chapter 4 in [Bayesian Networks in R with Applications in Systems Biology](https://link.springer.com/book/10.1007/978-1-4614-6446-4) by by Radhakrishnan Nagarajan, Marco Scutari \& Sophie Lèbre and Part 4 in [Bayesian Networks with Examples in R](https://www.bnlearn.com/book-crc/) by M. Scutari and J.-B. Denis.
Answers and solutions to the exercises belonging to chapter 3 in [Bayesian Networks in R with Applications in Systems Biology](https://link.springer.com/book/10.1007/978-1-4614-6446-4) by by Radhakrishnan Nagarajan, Marco Scutari \& Sophie Lèbre.
Answers and solutions to the exercises belonging to Part 1 in [Bayesian Networks with Examples in R](https://www.bnlearn.com/book-crc/) by M. Scutari and J.-B. Denis.
This is a series of lectures and seminars designed for B.Sc. students of biology and should serve as an introduction to the basics of biostatistics using R. I taught these topics at the University of Leipzig but invite everyone who stumbles across this page to make use of what I'm presenting here as all of my material has been designed with the students interest in mind and should thus be self-sufficient.
This is a series of lectures and seminars designed for B.Sc. students of biology and should serve as an introduction to the basics of biostatistics using R. I taught these topics at the University of Leipzig but invite everyone who stumbles across this page to make use of what I'm presenting here as all of my material has been designed with the students interest in mind and should thus be self-sufficient.
Summaries and solutions to exercises contained in the Statistical Rethinking material by Richard McElreath.
Preparing The Work First of all, most .R scripts will follow the same kind of structure:
Head The Head is used as an information statement at the top of your code document that informs the user of the contents, author, and (sometimes) date of the last edit on said document.