-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (36 loc) · 800 Bytes
/
_quarto.yml
File metadata and controls
43 lines (36 loc) · 800 Bytes
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
34
35
36
37
38
39
40
41
42
project:
type: book
book:
title: "Regression analysis (R notes)"
subtitle: "STAT 350"
author: "Arvind Krishna"
date: "9/20/2023"
sidebar:
search: true
logo: "NU_Stat_logo.png"
logo-href: "https://statistics.northwestern.edu/"
chapters:
- index.qmd
- Rintro.qmd
- t_test_example.qmd
- SLR_model.qmd
- Diagnostics_Remedial_Measures.qmd
- Diagnostics_Remedial_Measures_MLR.qmd
- multicollinearity.qmd
- quant_qual_preds.qmd
- model_selection.qmd
- influential_points.qmd
appendices:
- Assignment A.qmd
- Assignment B.qmd
- Assignment C.qmd
- Assignment D.qmd
- Assignment E.qmd
- Assignment F.qmd
- Datasets.ipynb
bibliography: references.bib
format:
html:
theme: cosmo
freeze:
auto