powered by
In order to check model assumptions, a table of the first order derivative of the model coefficients is created.
derivationTable( A, model, minNorm = NULL, maxNorm = NULL, step = 0.1, covariate = NULL )
data.frame with norm scores and the predicted scores based on the derived regression function
the age
The regression model or a cnorm object
The lower bound of the norm value range
The upper bound of the norm value range
Stepping parameter with lower values indicating higher precision
In case, a covariate has been used, please specify the degree of the covariate / the specific value here.
plotDerivative, derive
Other predict: getNormCurve(), normTable(), predictNorm(), predictRaw(), rawTable()
getNormCurve()
normTable()
predictNorm()
predictRaw()
rawTable()
# Generate cnorm object from example data cnorm.elfe <- cnorm(raw = elfe$raw, group = elfe$group) # retrieve function for time point 6 d <- derivationTable(6, cnorm.elfe, step = 0.5)
Run the code above in your browser using DataLab