plot_qq_for_groups: Calculate and plot a qq-plot for all groups.

Description Usage Arguments Value

View source: R/explore.R

Description

Calculate and plot a qq-plot with actual values as axes instead of z-values for all groups. Useful when checking series of measurements.

Usage

1
plot_qq_for_groups(data, column, group, id, method = "middle")

Arguments

data

A tibble containing the data.

column

Which column to use.

group

The column that parts the variable into subgroups.

id

A column holding ids to identify the same entity in each subgroup.

method

How to calculate ranks.

Value

list


randomchars42/eenv documentation built on May 20, 2019, 1:29 p.m.