Learn R Programming

RoBMA (version 4.0.0)

nobs.brma: Number of Observations for brma Objects

Description

Extract the number of observations (studies/estimates) from a fitted brma object.

Usage

# S3 method for brma
nobs(object, ...)

Value

An integer giving the number of observations.

Arguments

object

a fitted brma object

...

additional arguments (currently ignored)

See Also

brma(), brma.glmm()