-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.Rmd
18 lines (15 loc) · 1011 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: "Statistical Methods II"
author: "Derek L. Sonderegger"
date: "`r format(Sys.Date(), format='%B %d, %Y')`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: dereksonderegger/STA_571_Book
description: "The second semester of an Intro Stats course designed for graduate students in Biology, Forestry, Ecology, etc."
---
# Preface {-}
These notes are intended to be used in the second semester of a two-semester sequence of Statistical Methodology. We assume that students have seen t-tests, Simple Regression, and ANOVA. The second semester emphasizes the uniform matrix notation $y = X\beta + \epsilon$ and the interpretation of the coefficients. We cover model diagnostics, transformation, model selection, interactions of continuous and categorical predictors as well as introduce random effects in the experimental design context. Finally we introduce logistic regression.