-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
33 lines (27 loc) · 1.07 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Statistics for Data Science"
cover-image: "images/coffee.jpeg"
author:
- D. Alex Hughes, Paul Laskowski & The 203 Teaching Team^[UC Berkeley, School of Information]
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
always_allow_html: yes
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
biblatexoptions:
- sortcites
link-citations: yes
github-repo: "mids-w203/live-session"
description: "This is the live-session notebook for class discussion for the UC Berkeley School of Information, Masters in Data Science course called *Statistics for Data Science*."
tags: [Linear models, Econometrics, Causal Analysis, R Programming, Live Session Discussion]
---
# Live Session {-}
![](./images/campus.jpeg)
This is the live session work space for the course. Our goal with this repository, is that we're able to communicate *ahead of time* our aims for each week, and that you can prepare accordingly.
```{r load global functions, echo=FALSE, warning=FALSE, message=FALSE}
source('./src/blank_lines.R')
```
```{r load packages}
# library(mids203)
```