powered by
This is the core function of the generalized logistic analysis used in genlog.
genlog
genlogFunction(x, x0, Ab, At, B, v)
A numeric vector with measurement moments or indices of measurement moments.
A single numeric value specifying at which moment the curve is at its midpoint (when v = 1).
v
Respectively the lowest and highest possible values of the dependent variable.
The growth rate (curve steepness).
Um - Peter, wat is 'v' eigenlijk?
For details, see Verboon & Peters (2017).
Verboon, P. & Peters, G.-J. Y. (2017) Applying the generalised logistic model in SCD to deal with ceiling effects. PsyArXiv http://INSERTLINK
# NOT RUN { time <- 1:20; yVar <- genlogFunction(1:20, 10, 1, 7, 1, 1); plot(time, yVar, type='l', xlab='time', ylab='y'); # }
Run the code above in your browser using DataLab