nobs.mlmm | R Documentation |
Extract the number of observations from multiple linear mixed models.
## S3 method for class 'mlmm'
nobs(object, ...)
object |
a |
... |
Not used. For compatibility with the generic method. |
A matrix with as many rows as models and 4 columns:
obs
: the number of repetitions with full data
cluster
: the number of clusters with a least one repetition with full data
missing.obs
: the number of repetitions with missing data
missing.cluster
: the number of cluster with only missing data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.