nobs.mlmm: Number of Observations from Multiple Linear Mixed Models

View source: R/nobs.R

nobs.mlmmR Documentation

Number of Observations from Multiple Linear Mixed Models

Description

Extract the number of observations from multiple linear mixed models.

Usage

## S3 method for class 'mlmm'
nobs(object, ...)

Arguments

object

a mlmm object.

...

Not used. For compatibility with the generic method.

Value

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


bozenne/repeated documentation built on July 16, 2025, 11:16 p.m.