data_n | R Documentation |
Generates a sequence of sample sizes in a range from min=5
to a max
:
whose root is an integer (data_nsq
), and
that are divisible only by 2 and 5 (data_n25
)
data_n(max, min = 5)
data_nsq(max, min = 5)
data_n25(max, min = 5)
dn(max, min = 5)
dn25(max, min = 5)
dnsq(max, min = 5)
max |
integer: maximum sample size |
min |
integer: minimum sample size (default: |
A sequence of integers.
data_n(10)
data_nsq(1000)
data_n25(1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.