nFactors {zinbwave} | 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)