equivTestFixedMarginCombPlot: Provide a combined plot for equivvalence test

Description Usage Arguments Examples

View source: R/plots.R

Description

Provide a combined plot for equivalence test, including both scatter plot of the sample data and a bar plot indicating the test result, where the null hypothesis is rejected if the red line representing the mean value of the test product lies within a grey rectangle centered at a blue line representing the mean value of the reference product.

Usage

1

Arguments

et

the list returned by equivTestFixedMargin

Examples

1
2
3
4
vecR = rnorm(20,0,1)
vecT = rnorm(20,-1.5,1)
et = equivTestFixedMargin(vecT,vecR)
equivTestFixedMarginCombPlot(et)

equivalenceTest documentation built on May 1, 2019, 8:18 p.m.