-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 48176c5
Showing
42 changed files
with
21,304 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
source("renv/activate.R") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/.quarto/ | ||
.Rproj.user |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
project: | ||
type: book | ||
output-dir: docs | ||
|
||
book: | ||
title: "Enrollment to Employment Applied Data Analytics 2024 Class" | ||
subtitle: "Evaluating Enrollment to Employment Pathways in Arkansas" | ||
author: "Coleridge Initiative" | ||
date: last-modified | ||
date-format: "[Last Updated on] DD MMMM, YYYY" | ||
chapters: | ||
- index.qmd | ||
- 01_EDA.qmd | ||
- 02_data_model_motivation.qmd | ||
- 03_cross_section.qmd | ||
- 04_longitudinal_analysis.qmd | ||
- 05_measurement.qmd | ||
- 06_Presentation_prep.qmd | ||
- dimensional_model_creation_scripts.qmd | ||
- installing_packages.qmd | ||
|
||
search: | ||
location: sidebar | ||
type: textbox | ||
limit: 3 | ||
sidebar: | ||
background: "#4c2a9d" | ||
search: true | ||
style: floating | ||
tools: | ||
- icon: github | ||
href: https://github.com/Coleridge-Initiative | ||
|
||
format: | ||
html: | ||
theme: journal | ||
backgroundcolor: "white" | ||
highlight-style: arrow | ||
embed-resources: false | ||
toc: true | ||
df-print: paged | ||
number-depth: 1 | ||
number-sections: false | ||
|
||
editor: visual | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Preface {.unnumbered} | ||
|
||
This contains the class notebooks for the [Coleridge Initiative](https://coleridgeinitiative.org/) 2024 Arkansas Applied Data Analytics class Examining Enrollment to Employment Trajectories in Arkansas. | ||
|
||
> Please be aware that links pointing to other sections within a specific notebook are operational. Links directing to sections or other references outside of the notebook will not be functional. | ||
© 2023 The Coleridge Initiative, Inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: "Installing startup packages" | ||
author: "Corey Sparks - Coleridge Initiative" | ||
format: | ||
html: | ||
embed-resources: true | ||
--- | ||
|
||
## How to install `ColeridgeInitiative` R package | ||
|
||
We have written a R package to help users install fundamental packages needed for ADA and short course trainings. The package is called `ColeridgeInitiative` and can be installed from within RStudio. | ||
|
||
You only have to install the package once and the functions will be available each time you use RStudio. | ||
|
||
To install the package, at the Console in RStudio | ||
|
||
![](images/console.png) | ||
|
||
Type the following: | ||
|
||
`install.packages('P:/tr-foundation-module/packages/ColeridgeInitiative_0.1.0.tar.gz', type = 'source', repos = NULL)` | ||
|
||
The package will install and when it is finished , you should see: | ||
|
||
![](images/done.png) | ||
|
||
To use the package, at the console, or in an R script, type | ||
|
||
`library(ColeridgeInitiative)` | ||
|
||
### Installing basic packages | ||
|
||
To install the basic packages needed for the course, run the following command in the console: | ||
|
||
`install_new()` | ||
|
||
This will take a minute or so, but when it is done, you should see the prompt returned to you | ||
|
||
![](images/installed.png) | ||
|
||
Now you can use the packages as you would normally use them. For example. to load the `dplyr` package, simply type (at the console, or in a script) | ||
|
||
`library(dplyr)` | ||
|
||
And the functions in that package will be available to you. | ||
|
||
## NOTE | ||
|
||
When the foundations module is complete, you will need to install this package again in the Module 2 workspace. At that time, to install the package, modify the installation command to: | ||
|
||
`install.packages('P:/tr-enrollment-to-employment/packages/ColeridgeInitiative_0.1.0.tar.gz', type = 'source', repos = NULL)` | ||
|
||
### Getting help | ||
|
||
If this does not work for you, I recommend reaching out to your team lead or to the slack channel for your course. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Introduction | ||
|
||
This is a book created from markdown and executable code. | ||
|
||
See @knuth84 for additional discussion of literate programming. | ||
|
||
```{r} | ||
1 + 1 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@article{knuth84, | ||
author = {Knuth, Donald E.}, | ||
title = {Literate Programming}, | ||
year = {1984}, | ||
issue_date = {May 1984}, | ||
publisher = {Oxford University Press, Inc.}, | ||
address = {USA}, | ||
volume = {27}, | ||
number = {2}, | ||
issn = {0010-4620}, | ||
url = {https://doi.org/10.1093/comjnl/27.2.97}, | ||
doi = {10.1093/comjnl/27.2.97}, | ||
journal = {Comput. J.}, | ||
month = may, | ||
pages = {97–111}, | ||
numpages = {15} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# References {.unnumbered} | ||
|
||
::: {#refs} | ||
::: |
Oops, something went wrong.