diag_inside_grid: Grid test.

Description Usage Arguments Value See Also Examples

View source: R/diagnostics.R

Description

Test whether the value counts of all people-variables fall inside the grid.

Usage

1

Arguments

grid

A positive integer vector of a length covering the range of values, specifying maximum allowed counts for each value. (in Q-parlance, the maximum column heights for the Q-sorts).

Value

A logical vector of length 1, TRUE if all people-variables fall inside the grid, else FALSE.

See Also

Other distribution helpers: diag_distro_max(), diag_distros(), diag_same()

Examples

1
2
3
4
sorts <- civicon_2014$qData$sorts[,,"before"]
diag_inside_grid(sorts = sorts,
                 grid = diag_distro_max(sorts))
# circularly true!

maxheld83/pensieveR documentation built on Jan. 21, 2020, 9:15 a.m.