standardized_test_data: A data.frame with standardized random data of various classes

Description Usage Format Details Examples

Description

A data.frame intended for testing the atable function with standardized random data and missing values in various classes.

Usage

1

Format

A data frame with 1080 rows and 7 variables:

Split1

A factor with 2 levels without NA. The two levels have the same frequency (540).

Split2

A factor with 2 levels with NA. The two levels and the NA have the same frequency (360).

Group

A factor with 2 levels with NA. The two levels and the NA have the same frequency (360).

Logical

A logical.

Factor

A factor with 3 levels.

Ordered

Class ordered with 4 levels.

Numeric

Class numeric.

Details

For every subset defined by a triplet of the levels of Split1, Split2 and Group the variables have the following properties:

Examples

1
2
atable::atable(Logical+ Numeric + Factor + Ordered ~ Group | Split1 + Split2,
 atable::standardized_test_data, add_levels_for_NA = TRUE, format_to = 'Word')

arminstroebel/atable documentation built on Dec. 19, 2020, 7:28 a.m.