Skip to content

Instantly share code, notes, and snippets.

View dbetebenner's full-sized avatar
🏠
Working from home

Damian Betebenner dbetebenner

🏠
Working from home
View GitHub Profile

The Unbearable Lightness of Student Growth

How can something so simple be made so complicated?

Creative Commons License
The Unbearable License of Student Growth by Damian Betebenner/Center for Assessment is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License


“If you can’t solve a problem, then there is an easier problem you can solve: find it.”

####George Pólya

@dbetebenner
dbetebenner / .Rprofile
Created October 1, 2015 15:04
My .Rprofile
## Set options
options(width=200)
options(error=utils::recover)
## Create a new invisible environment for all the functions to go in so it doesn't clutter your workspace.
.env <- new.env()
@dbetebenner
dbetebenner / d3.sankey.js
Created December 3, 2015 14:05 — forked from emeeks/d3.sankey.js
Sankey Particles III
d3.sankey = function() {
var sankey = {},
nodeWidth = 24,
nodePadding = 8,
size = [1, 1],
nodes = [],
links = [];
sankey.nodeWidth = function(_) {
if (!arguments.length) return nodeWidth;
@dbetebenner
dbetebenner / Michigan_District_Analyses.R
Last active January 19, 2016 19:39
Michigan District Analyses
######################################################################
###
### R script to run SGP analyses for Michigan
###
######################################################################
### Load packages
library("SGP")
library("data.table")
@dbetebenner
dbetebenner / RI.json
Last active September 7, 2016 18:08 — forked from bclinkinbeard/RI.json
Cut score data file explorations
{
"math": [
{
"subjectLabel": "Reading",
"minYear": 2008,
"maxYear": 2012,
"labels": [
"Unsatisfactory",
"Part Proficient",
"Proficient",
@dbetebenner
dbetebenner / .block
Last active January 3, 2017 10:52
D3 Block-a-Day: Day 1, January 1st, 2017
license:gpl-3.0
height:760
border:no
@dbetebenner
dbetebenner / .block
Last active January 3, 2017 08:28
D3 Block-a-Day: Day 2, January 2nd, 2017
license:gpl-3.0
height:500
border:no
@dbetebenner
dbetebenner / .block
Last active January 3, 2017 10:23
D3 Block-a-Day: Day 3, January 3rd, 2017
license:gpl-3.0
height:500
border:no
@dbetebenner
dbetebenner / .block
Last active January 7, 2017 02:57
D3 Block-a-Day: Day 4, January 4th, 2017
license:gpl-3.0
height:500
border:no
@dbetebenner
dbetebenner / .block
Last active January 7, 2017 02:59
D3 Block-a-Day: Day 5, January 5th, 2017
license:gpl-3.0
height:700
border:no