acc_distributions_only {dataquieR}R Documentation

Plots and checks for distributions – only

Description

Descriptor

Usage

acc_distributions_only(
  resp_vars = NULL,
  study_data,
  meta_data,
  label_col,
  flip_mode = "noflip"
)

Arguments

resp_vars

variable list the names of the measurement variables

study_data

data.frame the data frame that contains the measurements

meta_data

data.frame the data frame that contains metadata attributes of study data

label_col

variable attribute the name of the column in the metadata with labels of variables

flip_mode

enum default | flip | noflip | auto. Should the plot be in default orientation, flipped, not flipped or auto-flipped. Not all options are always supported. In general, this con be controlled by setting the roptions(dataquieR.flip_mode = ...). If called from dq_report, you can also pass flip_mode to all function calls or set them specifically using specific_args.

Value

A list with:

Algorithm of this implementation:

See Also


[Package dataquieR version 2.1.0 Index]