-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
30 lines (25 loc) · 947 Bytes
/
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
---
title: "MATH3014-6027 Design (and Analysis) of Experiments"
author: "Dave Woods"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [math3014-6027.bib, packages.bib]
biblio-style: apalike
csl: journal-of-the-royal-statistical-society.csl
link-citations: yes
description: "Lecture notes for the modules MATH3014 and MATH6027 at the University of Southampton"
---
# Preface {-}
```{r include = FALSE}
library(knitr)
options(digits = 4, scipen = 8)
```
These are lecture notes for the modules MATH3014 and MATH6027 Design (and Analysis) of Experiments at the University of Southampton for academic year 2024-25.
Southampton prerequisites for this module are MATH2010 or MATH6174 and STAT6123 (or equivalent modules on linear modelling).
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```