summary.lmmelsm {LMMELSM} | R Documentation |
Summary method for lmmelsm objects.
## S3 method for class 'lmmelsm'
summary(object, prob = 0.95, ...)
object |
lmmelsm object. |
prob |
Numeric (Default: .95). Amount of probability mass contained in the credible interval. |
... |
Not used. |
summary.lmmelsm object. A list containing meta
(metadata) and summary
(summary tables).
Stephen R. Martin