Extract the number of observations from a Linear Mixed Model
# S3 method for lmm
nobs(object, ...)
A vector with 4 elements:
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
an lmm object.
Not used. For compatibility with the generic method.