diffquo {growthrate} | R Documentation |
converts height data into difference quotients
Description
Internal function. Calculates the crude one-sided difference quotients and the second-order difference quotients based on the height data and the observed time points.
Usage
diffquo(data, tobs)
Arguments
data |
As in |
tobs |
As in |
Value
YI |
An N times (n-1) matrix with rows given by the values of the one-sided difference quotients |
Xtilda |
An n by N matrix with columns given by the values of the second-order difference quotients y for the N subjects. |
[Package growthrate version 1.3 Index]