readme.md

mapvizieR:

an R package that generates visualizations and reports for NWEA MAP data.

Project Status: Active - The project has reached a stable, usable state and is being actively developed.codecov.io

...because how else are you going to get a capital 'R' into mapviz?

why mapvizieR?

The MAP assessment is a computer-adaptive, norm-referenced assessment published by NWEA, a not-for-profit organization that specializes in assessment. More than 10 million students take the MAP assessment - including KIPP, the organization where Chris works, and Andrew used to work before he joined Public Prep.

We'd like mapvizeR to be a home where data scientists working with MAP data can share visualizations and analysis tools, given that we're all working on a common data set. If you work with MAP data, please reach out!

is mapvizier affiliated with NWEA?

Nope! This is an independent community effort.

what's inside?

mapvizieR is a product of some lessons learned about the promises, and pitfalls, of sharing common analysis code. Central to our approach here is workflow to create a mapvizier object, so that plots, analysis, and reporting can benefit from clear definitions and data structures. The basic idea is that if each participating entity can build a data loading pathway into the mapvizieR object, reporting becomes easy scalable.

Take a look at this this vignette, which describes the object in detail.

data prep functions

prep MAP data and create cdf_long and cdf_growth dataframes. along with roster info, those data frames get wrapped up into a mapvizieR object, which can be passed to the visualization functions below..

data tests and checks

test data frames to see if they conform with mapvizieR conventions and expectations.

group visualizations

these plots show MAP scores for a group of students across multiple testing terms. they expect a cdf_long dataframe and return ggplot charts. some examples:

growth visualizations

unlike the functions above, which can take 1, 2, 3, n... test seasons, a lot of MAP analysis revolves around growth windows. these visualization functions expect a 'cdf_growth' dataframe. examples include:

multiple term student longitudinal visualizations

college ready/rutgers ready growth stuff will go here

development guidelines

style

testing



almartin82/mapvizieR documentation built on June 3, 2023, 10:53 a.m.