prodCoef: the product of coefficients decision function

Description Usage Examples

View source: R/decisionFunctions.R

Description

the product of coefficients decision function

Usage

1
prodCoef(x, m, y, p.value = 0.1, dir = TRUE)

Examples

1
2
3
# generate data
dat <- generateMed(n = 100, a = 0.4, b = -0.8)
cmfilter:::prodCoef(dat$x, dat$M, dat$y)

cmfilter documentation built on April 11, 2019, 5:07 p.m.

Related to prodCoef in cmfilter...