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"
- Host: GitHub
- URL: https://github.com/petzi53/car-fox-weisberg
- Owner: petzi53
- Created: 2024-05-15T19:30:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T09:10:18.000Z (about 2 years ago)
- Last Synced: 2025-01-22T13:52:39.085Z (over 1 year ago)
- Topics: r-learning, regression, regression-analysis, regression-models
- Language: JavaScript
- Homepage: https://bookdown.org/pbaumgartner/car-fox-weisberg/
- Size: 9.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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.