processStartValues {StMoMo} | R Documentation |
Process the initial parameter supplied by the user
Description
Convert the initial parameters supplied by the user into parameters
suitable for use within gnm
Usage
processStartValues(object, coefNames, ax, bx, kt, b0x, gc, ages, years, cohorts)
Arguments
object |
an object of class |
coefNames |
name of the coefficients in the gnm model |
ax |
vector with starting values for |
bx |
matrix with starting values for |
kt |
matrix with starting values for |
b0x |
vector with starting values for |
gc |
vector with starting values for |
ages |
ages in the fitting data. |
years |
years in the fitting data. |
cohorts |
cohorts in the fitting data. |
Value
a vector of initial parameter estimates
[Package StMoMo version 0.4.1 Index]