home.growth.rate: Function for calculating growth resulting from home...

Description Usage Arguments Examples

View source: R/home_growth_rate_function.r

Description

Function for calculating growth resulting from home experience at every possible achievement level, given a level of achievement, ZPD parameters, and home curriculum parameters. This is used to populate the lookup table for home growth. Called by build.home.lookup()

Usage

1
home.growth.rate(achievement, ZPD.offset, ZPD.width, rate, integration.points)

Arguments

achievement

a vector of achievement levels

ZPD.offset

offset of the student's ZPD from the current level of achievement

ZPD.width

the radius of the student's ZPD

rate

exponential decay rate for the home curriculum function

integration.points

integration points for numerical integration

Examples

1
2
3
4
5
## Not run: 
home.growth.rate(achievement=seq(0,1, .1), integration.points=200, ZPD.offset=0,
                 ZPD.width=.04, rate=5)

## End(Not run)

mcbeem/ZPDGrowthTrajectories documentation built on May 18, 2020, 2:04 p.m.