calcPolyInLBase {cNORM} | R Documentation |
Internal function for retrieving regression function coefficients at specific age
Description
The function is an inline for searching zeros in the inverse regression function. It collapses the regression function at a specific age and simplifies the coefficients.
Usage
calcPolyInLBase(raw, age, coeff, k)
Arguments
raw |
The raw value (subtracted from the intercept) |
age |
The age |
coeff |
The cNORM regression model coefficients |
k |
The cNORM regression model power parameter |
Value
The coefficients
[Package cNORM version 3.1.0 Index]