Appendix A — Appendix
+You can download the data and worksheets here.
+ + + +From 37703ac9f8a81969eed5a0cdd3e686114ff6ebe1 Mon Sep 17 00:00:00 2001 From: Aaron Matthew Simmons <45770852+ammsimmons@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:36:43 -0500 Subject: [PATCH] added appendix appendix started --- .Rproj.user/shared/notebooks/paths | 1 + .quarto/cites/index.json | 2 +- .quarto/xref/50999311 | 2 +- .quarto/xref/810e9cff | 2 +- .quarto/xref/INDEX | 3 + .quarto/xref/e2b03eb5 | 2 +- _quarto.yml | 2 + appendix.qmd | 5 + docs/appendix.html | 451 +++++++++++++++++++++++++++++ docs/index.html | 17 ++ docs/intro.html | 17 ++ docs/linear-models.html | 17 ++ docs/references.html | 21 ++ docs/regression-review.html | 17 ++ docs/search.json | 7 + docs/sitemap.xml | 16 +- docs/summary.html | 17 ++ 17 files changed, 589 insertions(+), 10 deletions(-) create mode 100644 appendix.qmd create mode 100644 docs/appendix.html diff --git a/.Rproj.user/shared/notebooks/paths b/.Rproj.user/shared/notebooks/paths index 412031d..aaa0b25 100644 --- a/.Rproj.user/shared/notebooks/paths +++ b/.Rproj.user/shared/notebooks/paths @@ -1,5 +1,6 @@ /Users/a061s835/Documents/Classes/PSCY790/Simmons_wk15_assignment.qmd="30289E09" /Users/a061s835/Documents/GitHub/learn-glms/_quarto.yml="9F3754ED" +/Users/a061s835/Documents/GitHub/learn-glms/appendix.qmd="15E0B4F2" /Users/a061s835/Documents/GitHub/learn-glms/index.qmd="E8768981" /Users/a061s835/Documents/GitHub/learn-glms/intro.qmd="CE3EA25D" /Users/a061s835/Documents/GitHub/learn-glms/linear-models.qmd="D5CE2F55" diff --git a/.quarto/cites/index.json b/.quarto/cites/index.json index a19e77a..f48fe46 100644 --- a/.quarto/cites/index.json +++ b/.quarto/cites/index.json @@ -1 +1 @@ -{"regression-review.qmd":[],"index.qmd":[],"preface.qmd":[],"intro.qmd":["knuth84"],"references.qmd":[],"linear-models.qmd":[],"summary.qmd":[],"chapter-1-intro.qmd":["knuth84"]} +{"intro.qmd":["knuth84"],"preface.qmd":[],"index.qmd":[],"linear-models.qmd":[],"appendix.qmd":[],"references.qmd":[],"regression-review.qmd":[],"summary.qmd":[],"chapter-1-intro.qmd":["knuth84"]} diff --git a/.quarto/xref/50999311 b/.quarto/xref/50999311 index 7f7a477..5129a29 100644 --- a/.quarto/xref/50999311 +++ b/.quarto/xref/50999311 @@ -1 +1 @@ -{"headings":[],"entries":[],"options":{"chapters":true}} \ No newline at end of file +{"entries":[],"headings":[],"options":{"chapters":true}} \ No newline at end of file diff --git a/.quarto/xref/810e9cff b/.quarto/xref/810e9cff index fc4476d..133515f 100644 --- a/.quarto/xref/810e9cff +++ b/.quarto/xref/810e9cff @@ -1 +1 @@ -{"headings":["welcome","about-the-authors","funding","this-is-a-quarto-book."],"options":{"chapters":true},"entries":[]} \ No newline at end of file +{"entries":[],"options":{"chapters":true},"headings":["welcome","about-the-authors","funding","this-is-a-quarto-book."]} \ No newline at end of file diff --git a/.quarto/xref/INDEX b/.quarto/xref/INDEX index 4402af1..e960f74 100644 --- a/.quarto/xref/INDEX +++ b/.quarto/xref/INDEX @@ -22,5 +22,8 @@ }, "regression-review.qmd": { "regression-review.html": "aa36ef9b" + }, + "appendix.qmd": { + "appendix.html": "3d6b4923" } } \ No newline at end of file diff --git a/.quarto/xref/e2b03eb5 b/.quarto/xref/e2b03eb5 index b466b0b..42c82d3 100644 --- a/.quarto/xref/e2b03eb5 +++ b/.quarto/xref/e2b03eb5 @@ -1 +1 @@ -{"options":{"chapters":true},"headings":[],"entries":[]} \ No newline at end of file +{"headings":[],"options":{"chapters":true},"entries":[]} \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index fc63f8f..adad5a4 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -28,6 +28,8 @@ book: - linear-models.qmd - summary.qmd - references.qmd + appendices: + - appendix.qmd bibliography: references.bib diff --git a/appendix.qmd b/appendix.qmd new file mode 100644 index 0000000..3646ba0 --- /dev/null +++ b/appendix.qmd @@ -0,0 +1,5 @@ +--- +title: "Appendix" +--- + +You can download the data and worksheets here. \ No newline at end of file diff --git a/docs/appendix.html b/docs/appendix.html new file mode 100644 index 0000000..f633dc9 --- /dev/null +++ b/docs/appendix.html @@ -0,0 +1,451 @@ + +
+ + + + + + + + +