nobs.lmm: Number of Observations from a Linear Mixed Model

View source: R/nobs.R

nobs.lmmR Documentation

Number of Observations from a Linear Mixed Model

Description

Extract the number of observations from a Linear Mixed Model.

Usage

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

Arguments

object

a lmm object.

...

Not used. For compatibility with the generic method.

Value

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


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