Nonparametric estimators of mediation effects with multiple mediators
Author: David Benkeser
intermed
is an R package that computes interventional mediation effects for two mediators, as introduced in…
Install the current stable release from CRAN via
install.packages("intermed")
A developmental release may be installed from GitHub via devtools
with:
devtools::install_github("benkeser/intermed")
After using the intermed
R package, please cite the following:
@Manual{intermedpackage,
= {intermed: Nonparametric Inference on Interventional Mediation Effects},
title = {David Benkeser},
author = {R package version 1.0.0},
note = {10.5281/zenodo.844836}
doi }
© 2021 David C. Benkeser
The contents of this repository are distributed under the MIT license. See below for details:
License (MIT)
The MIT
Copyright (c) 2021- David C. Benkeser
Permission is hereby granted, free of charge, to any person obtaining a copyfiles (the "Software"), to deal
of this software and associated documentation in the Software without restriction, including without limitation the rights
/or sell
to use, copy, modify, merge, publish, distribute, sublicense, and
copies of the Software, and to permit persons to whom the Software is:
furnished to do so, subject to the following conditions
in all
The above copyright notice and this permission notice shall be included
copies or substantial portions of the Software.
"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
THE SOFTWARE IS PROVIDED
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.