calc_normed_student_growth: Calculate accelerated growth from norms using a target...

View source: R/goals_and_projections.R

calc_normed_student_growthR Documentation

Calculate accelerated growth from norms using a target percentile

Description

Calculate accelerated growth from norms using a target percentile

Usage

calc_normed_student_growth(percentile, typical_growth, sd_growth)

Arguments

percentile

the target percentile must be between 0 and 1 or 0 and 100

typical_growth

the student's expected growth

sd_growth

the standard deviation of expected growth

Value

a numeric vector of accelerated growth

Examples

calc_normed_student_growth(.75, 5, 2)
calc_normed_student_growth(75, 5, 2) 


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