qp_quant_plot {qcapower}R Documentation

Sina plot of 5 distributions

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

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

sim_data <- qp_sina_data
qp_quant_plot(sim_data)

[Package qcapower version 0.1.0 Index]