Computes starting values for Phi and p parameters from the list of design matrices and the summarized data list including ch matrix and first and last vectors. If any values are missing (NA) or abs(par)>5, they are set to 0.
cjs.initial(dml, imat, link = "logit")
list of initial parameter estimates
design matrix list for Phi and p
list containing chmat, first and last
either "logit" (for cjs) or "probit" (for probitCJS)
Jeff Laake