home.growth: Function for calculating the growth during interval t from...

Description Usage Arguments Examples

View source: R/home_growth_function.r

Description

Function for calculating the growth during interval t from exposure to home called by home.growth.rate() function

Usage

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

Arguments

x

achievement value

achievement

the student's current achievement

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

Examples

1
2
3
4
## Not run: 
home.growth(x=.2, achievement=.2, ZPD.offset=0, ZPD.width=.1, rate=5)

## End(Not run)

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