View source: R/reml_Iteration.R
remlIt | R Documentation |
Conduct REML iterations to estimate (co)variance parameters of a linear mixed-effect model (Gaussian responses).
remlIt(grMod, ...)
## Default S3 method:
remlIt(grMod, ...)
## S3 method for class 'gremlinR'
remlIt(grMod, ...)
grMod |
A gremlin model of class |
... |
Additional arguments to be passed to control the model fitting. |
A list
containing an object of class grMod
and
matrix
containing details of the REML iterations (object
itMat
). See gremlin
for descriptions of grMod
and itMat
objects.
remlIt(default)
: Default method
remlIt(gremlinR)
: gremlinR method
grSsetp <- gremlinSetup(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11)
grS <- remlIt(grSsetp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.