Skip to content

Statistics project on the differences in educational outcome metrics in California. Hosted at: http://jeremyhub.ninja/Beyond-The-Report-Card

Notifications You must be signed in to change notification settings

JeremyHub/Beyond-The-Report-Card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beyond the Report Card: Investigating the Factors that Define Educational Achievement using California as a Case Study

This project was created by Thu Dang, Nathaniel Reimer, and Jeremy Hubinger. It contains our analysis of school achievement measures in the state of California. All data is included in this repository. The entire site and analysis can be reconstructed by running quarto::quarto_render() in the main directory.

Our analysis used the following packages:

library(tidyverse)
library(MetBrewer)
library(sf)
library(rnaturalearth)
library(classInt) #install.packages('classInt')
library(ggspatial) #install.packages('ggspatial')
library(ggthemes) #install.packages('ggthemes')
library(RColorBrewer)
library(patchwork)
library(leaflet)
library(probably) #install.packages('probably')
library(glmnet)
library(tidymodels)

Not all are necessary to recreate the report.

About

Statistics project on the differences in educational outcome metrics in California. Hosted at: http://jeremyhub.ninja/Beyond-The-Report-Card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published