An open API service indexing awesome lists of open source software.

https://github.com/petzi53/car-fox-weisberg

Personal notes during reading "An R Companion to Applied Regression"
https://github.com/petzi53/car-fox-weisberg

r-learning regression regression-analysis regression-models

Last synced: 11 months ago
JSON representation

Personal notes during reading "An R Companion to Applied Regression"

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# An R Companion to Applied Regression

This Quarto book collects my personal notes, trials and exercises of
[An R Companion to Applied Regression](https://www.john-fox.ca/Companion/index.html) by
John Fox and Sandford Weisberg [@fox2018].

WATCH OUT: This is my personal learning material and is therefore
neither an accurate replication nor an authoritative textbook.

I am writing this book as a text for others to read because that forces me to
become explicit and explain all my learning outcomes more carefully.
Please keep in mind that this text is not written by an expert but by a
learner.