nobs.gremlin: Number of observations in data from gremlin model fit objects

Description Usage Arguments Value Author(s) Examples

View source: R/summary.gremlin.R

Description

Extract the number of 'observations' in a gremlin model fit.

Usage

1
2
## S3 method for class 'gremlin'
nobs(object, use.fallback = FALSE, ...)

Arguments

object

An object of class ‘gremlin’.

use.fallback

logical: should fallback methods be used to try to guess the value? Included for compatibility.

...

Further arguments to be passed to the methods.

Value

A single number, usually an integer, but can be NA.

Author(s)

matthewwolak@gmail.com

Examples

1
2
grS <- gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11)
nobs(grS)

matthewwolak/gremlin documentation built on Feb. 1, 2022, 7:55 a.m.