Differences between revisions 18 and 25 (spanning 7 versions)
Revision 18 as of 2008-05-19 20:45:10
Size: 3128
Editor: colossus
Comment:
Revision 25 as of 2008-05-19 21:18:41
Size: 4830
Editor: colossus
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * [http://www.amazon.com/Categorical-Analysis-Wiley-Probability-Statistics/dp/0471360937/ref=pd_bbs_1?ie=UTF8&s=books&qid=1211231537&sr=8-1 Categorical Data Analysis] by Alan Agresti. [http://www.stat.ufl.edu/~aa/cda/cda.html Online resources]. Agr02.
Line 31: Line 32:
|| Baa08 || Chapter 4.3.2 (pp. 91 - 105) || Functional relations: linear regression ||
|| || Chapter 6 - 6.2.1 (pp. 181-198) || Regression Modeling (Introduction and Ordinary Least Squares Regression) ||
|| || Chapter 6.6 (pp. 258-259) || General considerations ||
|| Baa08 || Section 4.3.2 (pp. 91 - 105) || Functional relations: linear regression ||
|| || Sections 6 - 6.2.1 (pp. 181-198) || Regression Modeling (Introduction and Ordinary Least Squares Regression) ||
|| || Section 6.6 (pp. 258-259) || General considerations ||
Line 36: Line 37:
|| G&H07 || Section 3.8 || Exercises 3 and 5 ||
|| Baa08 || Section 4.7 || Exercises 3 and 7 (for Exercise 7, perform linear regression with {{{lm}}} or {{{ols}}} instead of doing ANCOVA ||
|| G&H07 || Section 3.9 (pp. 50-51) || Exercises 3 and 5 ||
|| Baa08 || Section 4.7 (p. 126) || Exercises 3 and 7* ||
* (for Exercise 7, Baayen treats linear regression using {{{lm}}} or {{{ols}}} as the same as analysis of covariance (see section 4.4.1 (pp. 117-119))).
Line 39: Line 41:
=== Session 2: Issues in linear regression ===
|| Reading || ||
|| Assignments || ||
== Session 2: Issues in linear regression ==
=== Reading ===
|| G&H07 || Chapter 4 (pp. 53-74) || Linear regression: before and after fitting the model ||
|| Baa08 || Sections 6.2.2-6.2.4 (pp. 198-212) || Collinearity, Model criticism, and Validation ||
|| || Section 6.4 (pp. 234-239) || Regression with breakpoints ||
Line 43: Line 47:
== Week 2: Logistic regression ==
=== Session 3: ===
|| Reading || ||
|| Assignments || ||
=== Session 4: ===
|| Reading || ||
|| Assignments || ||
=== Assignments ===
|| G&H07 || Section 4.9 (p.76) || Exercise 4 ||
|| Baa08 || Section 6.7 (p. 260) || Exercise 1 ||
Line 51: Line 51:
== Week 3: Multilevel regression ==
=== Session 5: ===
|| Reading || ||
|| Assignments || ||
=== Session 6: ===
|| Reading || ||
|| Assignments || ||
In addition to the book problems, we will distribute a data set from the ongoing ngrams project.
Line 59: Line 53:
== Week 4: Implementations (optional) ==
=== Session 7: lme4 implementation details ===
|| Reading || attachment:Implementation.pdf attachment:Theory.pdf attachment:Notes.pdf||
|| Assignments || ||
== Session 3: Multilevel (a.k.a. Hierarchical, a.k.a. Mixed ) Linear Models ==
=== Reading ===
|| G&H07 || Sections 1.1-1.3 (pp. 1-3) || Intro, examples, motivation ||
|| || Chapter 11 (pp. 237-248) || Multilevel structures ||
|| || Chapter 12 (pp. 251-277) || Multilevel linear models: the basics ||

=== Assignments ===

== Session 4: Logistic regression, Generalized Linear Multilevel Models ==
=== Reading ===
|| G&H07 || Chapter 5 (pp. 79-105) || Logistic regression ||
|| Baa08 || Section 6.3 (pp. 214-234) || Generalized Linear Models ||
|| || Section 6.4 (pp. 239.243) || end of Regression with breakpoints ||
|| Agr02 || Section 16.3 (624-625) || ??? ||

=== Assignments ===

== Session 5: Mixed logit models ==
=== Reading ===
|| G&H07 || Chapter 14 (pp. 301-321) || Multilevel logistic regression* ||
* In this chapter, Gelman & Hill define some multilevel models in BUGS rather than in R. We will either provide translations for you, will do the translations together in class, or will assign the translations as an assignment.

=== Assignments ===

== Session 6: Computational methods for model fitting ==
=== Reading ===
|| G&H07 || Chapter 18 (pp. 387-413) || Likelihood and Bayesian inference and computation ||
|| Agr02 || Section 15.2 (pp. 604-611) || ??? ||
|| lme4 || implementation vignettes || attachment:Implementation.pdf attachment:Theory.pdf attachment:Notes.pdf ||

HLP Lab Mini Course on Regression Methods

May 27 2008 - June 9 2008

Texts

R packages

Session 0: Basics

Understanding of this material will be assumed throughout the course. Please read these introductory materials and make sure you understand them before beginning the readings for the first session.

Reading

Baa08

Chapter 1 (pp. 1-20)

Intro to R.

G&H07

Chapter 2 (pp. 13-26)

Intro to probability theory.

Dal04

???

???

Session 1: Linear regression

Reading

G&H07

Chapter 3 (pp. 29-49)

Linear regression: the basics

Baa08

Section 4.3.2 (pp. 91 - 105)

Functional relations: linear regression

Sections 6 - 6.2.1 (pp. 181-198)

Regression Modeling (Introduction and Ordinary Least Squares Regression)

Section 6.6 (pp. 258-259)

General considerations

Assignments

G&H07

Section 3.9 (pp. 50-51)

Exercises 3 and 5

Baa08

Section 4.7 (p. 126)

Exercises 3 and 7*

* (for Exercise 7, Baayen treats linear regression using lm or ols as the same as analysis of covariance (see section 4.4.1 (pp. 117-119))).

Session 2: Issues in linear regression

Reading

G&H07

Chapter 4 (pp. 53-74)

Linear regression: before and after fitting the model

Baa08

Sections 6.2.2-6.2.4 (pp. 198-212)

Collinearity, Model criticism, and Validation

Section 6.4 (pp. 234-239)

Regression with breakpoints

Assignments

G&H07

Section 4.9 (p.76)

Exercise 4

Baa08

Section 6.7 (p. 260)

Exercise 1

In addition to the book problems, we will distribute a data set from the ongoing ngrams project.

Session 3: Multilevel (a.k.a. Hierarchical, a.k.a. Mixed ) Linear Models

Reading

G&H07

Sections 1.1-1.3 (pp. 1-3)

Intro, examples, motivation

Chapter 11 (pp. 237-248)

Multilevel structures

Chapter 12 (pp. 251-277)

Multilevel linear models: the basics

Assignments

Session 4: Logistic regression, Generalized Linear Multilevel Models

Reading

G&H07

Chapter 5 (pp. 79-105)

Logistic regression

Baa08

Section 6.3 (pp. 214-234)

Generalized Linear Models

Section 6.4 (pp. 239.243)

end of Regression with breakpoints

Agr02

Section 16.3 (624-625)

???

Assignments

Session 5: Mixed logit models

Reading

G&H07

Chapter 14 (pp. 301-321)

Multilevel logistic regression*

* In this chapter, Gelman & Hill define some multilevel models in BUGS rather than in R. We will either provide translations for you, will do the translations together in class, or will assign the translations as an assignment.

Assignments

Session 6: Computational methods for model fitting

Reading

G&H07

Chapter 18 (pp. 387-413)

Likelihood and Bayesian inference and computation

Agr02

Section 15.2 (pp. 604-611)

???

lme4

implementation vignettes

attachment:Implementation.pdf attachment:Theory.pdf attachment:Notes.pdf

HLPMiniCourse (last edited 2011-08-09 18:01:46 by echidna)

MoinMoin Appliance - Powered by TurnKey Linux