View source: R/empirical_dist.R
| obs.empirical_dist | R Documentation |
empirical_dist object.Method for obtaining the observations used to construct a
empirical_dist object.
## S3 method for class 'empirical_dist'
obs(x)
x |
The empirical distribution object. |
A matrix of observations (rows = observations, columns = dimensions).
ed <- empirical_dist(c(5, 10, 15))
obs(ed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.