pigs2 {scrutiny} | R Documentation |
Percentages and sample sizes for GRIM-testing
Description
A fictional dataset with percentages and sample sizes of flying pigs. It can
be used to demonstrate the functionality of grim_map()
, particularly its
percent
argument, and functions building up on it.
Usage
pigs2
Format
A tibble (data frame) with 6 rows and 2 columns. The columns are:
- x
String. Percentages.
- n
Numeric. Sample sizes.
Value
A tibble (data frame).
See Also
pigs1
for GRIM-testing means instead of percentages, pigs3
for
DEBIT-testing, and pigs4
for detecting duplicates.
pigs1
for GRIM-testing means, pigs3
for DEBIT-testing,
pigs4
for detecting duplicates, and pigs5
for GRIMMER-testing.
[Package scrutiny version 0.4.0 Index]