school.growth: Function for calculating the baseline growth due to school...

Description Usage Arguments Examples

View source: R/school_growth_function.r

Description

Function for calculating the baseline growth due to school exposure during interval t called by school.growth()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
school.growth(
  x,
  achievement,
  ZPD.offset,
  ZPD.width,
  slope1,
  slope2,
  start,
  end
)

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

slope1

the slope of the lower leg of the school curriculum

slope2

the slope of the upper leg of the school curriculum

start

the curriculum starting location

end

the curriculum ending location

Examples

1
2
3
4
5
## Not run: 
school.growth(x=.25, achievement=.22, ZPD.offset=0, ZPD.width=.03, slope1=30,
slope2=30, start=.2, end=.25)

## End(Not run)

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