home: Function to define the home curriculum function Using...

Description Usage Arguments Examples

View source: R/home_function.r

Description

Function to define the home curriculum function Using exponential decay called by home.growth() function Home curriculum intensity given by (-rate*x)

Usage

1
home(x, rate)

Arguments

x

level of achievement

rate

exponential decay rate

Examples

1
2
3
4
5
## Not run: 
x <- seq(.0001, 1, .001)
plot(x, y=home(x, rate=5), "l")

## End(Not run)

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