cmfslow: R-based Coordinate-wise Mediation Filter backend

Description Usage Examples

View source: R/cmfslow.R

Description

R-based Coordinate-wise Mediation Filter backend

Usage

1
2
cmfslow(x, M, y, decisionFunction, nStarts, nCores, cutoff, maxIter,
  stableLag, ...)

Examples

1
2
3
4
5
6
7
# generate some data
dat <- generateMed(a = (1:10)/20, b = (1:10)/20)
cmfilter:::cmfslow(dat$x, dat[,-c(1, 12)], dat$y, 
                   decisionFunction = cmfilter:::prodCoef,
                   nStarts = 50, nCores = 1, cutoff = 0.5, 
                   maxIter = 25, stableLag = 5, p.value = 0.1)
                  

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

Related to cmfslow in cmfilter...