Learn R Programming

D3M (version 0.41.1)

d3m.plot: Comparative Plot of Two Distributions

Description

Comparative Plot of Two Distributions

Usage

d3m.plot(cases, control)

Arguments

cases
name of case group data (vector)
control
name of control group data (vector)

Value

beanplot and Q-Q plot of comparing distribution pairs.

Examples

Run this code
library(D3M)
cases <- rbeta(50,1,5)
control <- rbeta(50,2,5)
d3m.plot(cases,control)

Run the code above in your browser using DataLab