Skip to content

vankesteren/cmfilter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Coordinate-wise Mediation Filter


Description

An R package for simultaneous discovery of multiple mediators in an x → M → y system using Coordinate-wise Mediation Filtering.

Keywords: high-dimensional data, feature selection, structural equation modeling, mediation analysis

Installation

The package can be installed from the r-universe:

# Enable repository from vankesteren
options(repos = c(
  vankesteren = "https://vankesteren.r-universe.dev",
  CRAN = "https://cloud.r-project.org"
))

# Download and install cmfilter in R
install.packages("cmfilter")

To install the development version of cmfilter, run

devtools::install_github("vankesteren/cmfilter@devel")

Usage

The built-in documentation (run help(cmf)) gives information on how to use this package.

Citation

van Kesteren, E. J., & Oberski, D. L. (2019). Exploratory mediation analysis with many potential mediators. Structural Equation Modeling: A Multidisciplinary Journal, 26(5), 710-723.

About

Coordinate-wise Mediation Filter

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENCE
MIT
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published