Learn R Programming

cmfilter (version 0.9.1)

prodCoef: the product of coefficients decision function

Description

the product of coefficients decision function

Usage

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

Arguments

Examples

Run this code
# NOT RUN {
# generate data
dat <- generateMed(n = 100, a = 0.4, b = -0.8)
cmfilter:::prodCoef(dat$x, dat$M, dat$y)

# }

Run the code above in your browser using DataLab