Learn R Programming

qcapower (version 0.1.0)

qp_quant_plot: 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)

Value

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

Details

Creates a sina plot with ggforce

Examples

Run this code
# NOT RUN {
sim_data <- qp_sina_data
qp_quant_plot(sim_data)
# }

Run the code above in your browser using DataLab