meanint_data | R Documentation |
meanint_data
meanint_data(x, r = range(x), ...)
x |
numeric: number of observations or x values |
r |
numeric(2): range where the x values allowed (default: |
... |
further parameters given to |
a set of integer observations with an integer mean
x <- meanint_data(10, c(1, 10))
mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.