build.home.lookup: Function to build the home growth lookup table called by...

Description Usage Arguments Examples

View source: R/build_home_lookup_function.r

Description

Function to build the home growth lookup table called by ZPDGrowthTrajectories() function

Usage

1
2
3
4
5
6
7
build.home.lookup(
  integration.points,
  ZPD.width,
  ZPD.offset,
  rate,
  maxachievement
)

Arguments

integration.points

integration points for numerical integration

ZPD.width

the radius of the student's ZPD

ZPD.offset

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

rate

exponential decay rate for the home curriculum function

maxachievement

the maximum achieveable level of achievement

Examples

1
2
3
4
5
## Not run: 
build.home.lookup(integration.points=20, ZPD.width=.05, ZPD.offset=.02,
                 rate=4, maxachievement=1.5)

## End(Not run)

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