almartin82 / mapvizieR

visualizations and reports for the NWEA MAP assessment in R
Other
17 stars 6 forks source link

rewrite cdf_to_cgp #229

Closed almartin82 closed 8 years ago

almartin82 commented 8 years ago

right now cdf to cgp has no sense of complete_obsv = TRUE - it's just naive averages for kids under a filter of studentids.

it needs to 'walk' the grade level seasons, and call mapviz_cgp multiple times (mapviz cgp now has a use_complete_obsv parameter) with complete_obsv true; this allows accurate matching of kids present in both ends of the growth window (preventing attrition from influencing things)