ME.startvalues.bivariate | R Documentation |
A function to obtain initial values for random effects for bivariate models.
ME.startvalues.bivariate(Y, mixedEffect_list)
Y |
A numeric list that contains outcome values. |
mixedEffect_list |
A list for random effects. |
The function treats random effects as fixed effects to obtain start values using ordinary least squares (OLS).
Returns a list for the mixed effects.
See e.g. mixedEffect_list
in the "EstimateLong"
function.
ngme
## Not run:
data(srft_data)
ME.startvalues(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.