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