Description Usage Arguments Value Examples
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.
1 2 3 | numberSamples(x)
numberSamples(x)
|
x |
an object that describes a dataset or a model. |
the number of samples
the number of samples.
1 2 3 4 | 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.