Associate professor NTU Psychology. Statistical modelling, Bayesian modelling, Bayesian data analysis, data science, open science, R, Python, Linux, etc.
- Nottingham, United Kingdom
- https://www.mjandrews.org/
Highlights
- Pro
Pinned Loading
-
-
-
gesis-48-bayesian-multilevel
gesis-48-bayesian-multilevel PublicBayesian multilevel models course for Gesis 48. March 2019
-
-
normal_distributions.R
normal_distributions.R 1library(tidyverse)
2theme_set(theme_classic())
34plot_normal <- function(mean = 0, sd = 1, xmin = -3, xmax = 3) {
5tibble(x = seq(xmin, xmax, length.out = 1000),
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.