nFactors | R Documentation |
Given an object that describes a dataset or a model involving latent factors, this function returns the number of latent factors.
nFactors(x)
x |
an object that describes a dataset or a model involving latent factors |
the number of latent factors
a <- zinbModel()
nFactors(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.