Data Analysis for Neuroscientists in R

A modern introduction to statistical modeling, visualisation and mixed‑effects models for neuroscience research.

15 Hours 2 Weeks 14:30 – 16:00 IST @ CCS Hall Hands‑on with R in RStudio

“Have you ever seen a hacker with a mouse?”

This button does not do anything

One Model to Rule Them All

Most statistics courses present t‑tests, correlations, ANOVA, and regression as unrelated tools. This course reveals the deeper structure: they are all the same model. Understanding the linear model framework makes advanced neuroscience analysis efficient including mixed models.

Course Roadmap

Tour RStudio, install packages, and build a workflow that won't haunt you at 2 AM.

explore

Import, clean, and summarize data with dplyr. What Excel takes hours to do, you'll do in seconds.

explore

Build layered ggplot2 figures, embed stats, and combine plots. Make your data impossible to ignore.

explore

Dissect Y=β₀+β₁X+ε term by term and mean-center X so your intercept finally makes sense.

explore

Pearson vs. Spearman, z-scores, and the big reveal: scaling never changes the correlation.

explore

Mix continuous and categorical predictors to isolate each variable's unique signal.

explore

Formally test when the effect of A on Y changes with B. Spot moderation in the wild.

explore

Add covariates to control confounds, or regress them out and work with clean residuals.

explore

When trials nest inside subjects, classical regression lies. Meet fixed vs. random effects.

explore

Write lmer syntax and watch "significant" effects vanish when random structure is correctly specified.

explore

By the end of this course, you will be able to: