Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedelmann90 committed Jul 22, 2024
0 parents commit 48176c5
Show file tree
Hide file tree
Showing 42 changed files with 21,304 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.quarto/
.Rproj.user
2,324 changes: 2,324 additions & 0 deletions 01_EDA.qmd

Large diffs are not rendered by default.

620 changes: 620 additions & 0 deletions 02_data_model_motivation.qmd

Large diffs are not rendered by default.

936 changes: 936 additions & 0 deletions 03_cross_section.qmd

Large diffs are not rendered by default.

1,157 changes: 1,157 additions & 0 deletions 04_longitudinal_analysis.qmd

Large diffs are not rendered by default.

476 changes: 476 additions & 0 deletions 05_measurement.qmd

Large diffs are not rendered by default.

1,149 changes: 1,149 additions & 0 deletions 06_Presentation_prep.qmd

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions _quarto.yml
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


13 changes: 13 additions & 0 deletions ada-2024-e2e.github.io.Rproj
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
Binary file added cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12,898 changes: 12,898 additions & 0 deletions dimensional_model_creation_scripts.qmd

Large diffs are not rendered by default.

Binary file added images/.DS_Store
Binary file not shown.
Binary file added images/RJDBC_install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/chunk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cohorts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/csection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dbeaver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/done.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fppp_db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hit_run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/installed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/new_script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/outcomes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/package_pane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rstudio_dk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/start_end_fact_er.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wage_fact_er.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions index.qmd
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
55 changes: 55 additions & 0 deletions installing_packages.qmd
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.
9 changes: 9 additions & 0 deletions intro.qmd
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
```
19 changes: 19 additions & 0 deletions references.bib
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}
}


4 changes: 4 additions & 0 deletions references.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# References {.unnumbered}

::: {#refs}
:::
Loading

0 comments on commit 48176c5

Please sign in to comment.