glmm_est | R Documentation |
This function estimate the parameters and residuals for the NULL generalized linear mixed effect model
glmm_est(
y.long,
time,
y.cov,
phe.model = phe.model,
maxiter = 50,
tol = 10^(-6)
)
y.long |
Long-formatted phenotype vector |
time |
Time covarites matched with phenotype vector |
y.cov |
Covariate matrix denoting the covariate variables measured at each time |
phe.model |
String, the phenotype model, two optional values: 'logistic', 'Gaussian' |
maxiter |
Numeric, the maximum count for the iterative estimation in when using mixture correlation structure |
tol |
Numeric, tolerance for the iterative estimation in when using mixture correlation structure |
This function returns a list object with model parameters and residuals of the NULL generalized linear mixed effect model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.