Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Here is the course link.
Course Description
Bayesian estimation offers a flexible alternative to modeling techniques where the inferences depend on p-values. In this course, you’ll learn how to estimate linear regression models using Bayesian methods and the rstanarm package. You’ll be introduced to prior distributions, posterior predictive model checking, and model comparisons within the Bayesian framework. You’ll also learn how to use your estimated model to make predictions for new data.
Chapter 1: Introduction to Bayesian Linear Models (Free)
A review of frequentist regression using lm(), an introduction to Bayesian regression using stan_glm(), and a comparison of the respective outputs.
Chapter 2: Modifying a Bayesian Model
Learn how to modify your Bayesian model including changing the number and length of chains, changing prior distributions, and adding predictors.
Chapter 3: Assessing Model Fit
In this chapter, we’ll learn how to determine if our estimated model fits our data and how to compare competing models.
Chapter 4: Presenting and Using a Bayesian Regression
In this chapter, we’ll learn how to use the estimated model to create visualizations of your model and make predictions for new data.
Prerquisites
- Data Visualization with ggplot2 (Part 1)
- Multiple and Logistic Regression
- Bayesian Modeling with RJAGS
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.