Skip to content

Commit 6c99d90

Browse files
committed
debug2
1 parent 408c244 commit 6c99d90

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ book:
55
title: "Guides for Advanced Statistical Inference"
66
author: "Edda Brandes"
77
date: "Summer 2023"
8-
cover-image: cover.png
98
chapters:
109
- index.qmd
1110
- multi-level.qmd
11+
- panel_data.qmd
1212
format:
1313
html:
1414
theme: cosmo

guides-advanded-statistical-inference.Rproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Encoding: UTF-8
1212

1313
RnwWeave: Sweave
1414
LaTeX: pdfLaTeX
15+
16+
BuildType: Website

multi-level.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ Including the cross-level interaction effect decreases the variance in the rando
679679
680680
What does the model say us? The higher the IQ mean in a class, the IQ counts less for the score and vice versa.
681681
682-
## Exercise : Model comparision
682+
### Exercise Model comparision
683683
684684
1. Global intercept model / empty model
685685

panel_data.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Panel Data"
44

55
*Recommended literature:*
66

7-
87
Greene, W. H. (2000). [Econometric Analysis](https://elibrary.pearson.de/book/99.150005/9781292231150) from 1990. 4th edition. International edition, New Jersey: Prentice Hall, 201-215.
98

109
## Load libraries

0 commit comments

Comments
 (0)