Learn R Programming

scrutiny (version 0.5.0)

pigs5: Means, SDs, and sample sizes for GRIMMER-testing

Description

A fictional dataset with means, standard deviations (SDs), and sample sizes of flying pigs. It can be used to demonstrate the functionality of grimmer_map() and functions building up on it.

Usage

pigs5

Arguments

Value

A tibble (data frame).

Format

A tibble (data frame) with 12 rows and 3 columns. The columns are:

x

String. Means.

sd

String. Standard deviations.

n

Numeric. Sample sizes.

See Also

pigs1 for (only) GRIM-testing the same means as here, pigs2 for GRIM-testing percentages instead of means, pigs3 for DEBIT-testing, and pigs4 for detecting duplicates.