lm_eq: Quick plot + contrast hypothesis test to compare two...

Description Usage Arguments Value

View source: R/lm_eq.R

Description

Quick plot + contrast hypothesis test to compare two populations

Usage

1
lm_eq(y, x)

Arguments

y

a numeric vector of group 1

x

a numeric vector of group 2

method

string, either t.student (parametric) or wilcox.test (nonparametric)

title

string with the name of the plot

wantpoints

Logical FALSE/TRUE to determine whether points will be overplotted

wantviolin

Logical FALSE/TRUE to determine whether you want a violine plot in the background

The

colors of the two groups. Default c("darkorchid4","aquamarine4")

Value

Prints a plot with the given test p-value. If title is provided, it prints into a pdf.


MoisesExpositoAlonso/moiR documentation built on Dec. 24, 2021, 10:12 p.m.