paste_coef {JointAI} | R Documentation |
Write the coefficient part of a linear predictor
paste_coef(parname, parelmts)
parname |
character string; name of the coefficient (e.g., "beta") |
parelmts |
vector of integers; the index of the parameter vector |
A vector of character strings of the form beta[3]
.