| numberSamples | R Documentation | 
Given an object that describes a dataset or a model involving samples, this function returns the number of samples.
Given an object that describes a model or a dataset, it returns the number of samples.
numberSamples(x) numberSamples(x)
| x | an object that describes a dataset or a model. | 
the number of samples
the number of samples.
a <- newmodel(n=5, J=10) numberSamples(a) a <- newmodel(n=5, J=10) numberSamples(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.