qp_quant_plot: Sina plot of 5 distributions

Description Usage Arguments Details Value Examples

View source: R/qcapower.R

Description

Depending on the number of cases, the permuted distributions of consistency values can differ narrowly or widely in terms of their location on the spectrum and their shape.

Usage

1
qp_quant_plot(power_est, title = FALSE)

Arguments

power_est

Dataframe containing simulation results (see qcapower)

title

Option for adding title to plot (default FALSE)

Details

Creates a sina plot with ggforce

Value

A sina plot using the cases to visualize the density distribution ('gg' object).

Examples

1
2
sim_data <- qp_sina_data
qp_quant_plot(sim_data)

qcapower documentation built on March 2, 2020, 5:09 p.m.