step: Stepping parameter with lower values indicating higher precision
Returns
data.frame with norm scores and the predicted scores based on the derived regression function
Examples
# Generate cnorm object from example datacnorm.elfe <- cnorm(raw = elfe$raw, group = elfe$group)# retrieve function for time point 6d <- derivationTable(6, cnorm.elfe, step =0.5)
See Also
plotDerivative, derive
Other predict: getNormCurve(), normTable(), predict.cnormBetaBinomial(), predict.cnormBetaBinomial2(), predictNorm(), predictRaw(), rawTable()