View source: R/summary.gremlin.R
| nobs.gremlin | R Documentation | 
Extract the number of 'observations' in a gremlin model fit.
## S3 method for class 'gremlin'
nobs(object, use.fallback = FALSE, ...)
| object | An object of  | 
| 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. | 
A single number, usually an integer, but can be NA.
grS <- gremlin(WWG11 ~ sex - 1, random = ~ sire, data = Mrode11)
nobs(grS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.