Learn R Programming

mistat (version 0.999)

OELECT1: Electric Voltage Outputs of Another Rectifying Circuit

Description

25 electric voltage outputs of a rectifying circuit ($V$).

Usage

data(OELECT1)

Arguments

source

Kenett, R. and Zacks, S. (1998) Modern Industrial Statistics: The Design and Control of Quality and Reliability. Duxbury Press.

Examples

Run this code
data(OELECT)

data(OELECT1)

randomizationTest(list(a=OELECT, b=OELECT1), 
                  R=500, calc=mean, 
                  fun=function(x) x[1]-x[2])

Run the code above in your browser using DataLab