get_all_percentiles: Get ALL percentiles for available ACE metrics

View source: R/module-composites.R

get_all_percentilesR Documentation

Get ALL percentiles for available ACE metrics

Description

Function to return percentile ranks for ACE metrics from multiple modules.

Usage

get_all_percentiles(data, norm_dist = "self", norm_dist_grade = NULL)

Arguments

data

Processed ACE data. Expects "wide" output ACE data from proc_by_module()

norm_dist

which data should the percentiles be normed to? one of the following "self": no norming distribution, percentiles based on data being fed in "ace_t1": based on results from ACE Fall 2016 data "ace_t3": based on results from ACE Fall 2017 data

norm_dist_grade

if specifying an ACE norming distribution, which grade's norms? Grades in T1: "third", "fifth", "seventh". Grades in T3: "fourth", "sixth", "eighth". Specify as ONE OF THESE STRINGS!

Value

a df with PID, valid demographics, and percentile rank for the specified norming distribution see get_percentile() for info on norming distributions


josegallegos07/aceR documentation built on June 27, 2022, 10:25 a.m.