indep.event: Independence of Random Variables

View source: R/ch3-fn.R

indep.eventR Documentation

Independence of Random Variables

Description

Determining Independence of Two Discrete Random Variables

Usage

indep.event(X, Y, N, ep = 1e-06)

Arguments

X

First random variable.

Y

Second random variable.

N

Size of the sample space.

ep

Precision limit. Default: 1e-06

Value

Probablities to be compared.

Examples

indep.event(A, B, nrow(S))

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.