{"id":23100680,"url":"https://github.com/benkeser/intermed","last_synced_at":"2025-06-13T18:33:40.119Z","repository":{"id":129606515,"uuid":"205432866","full_name":"benkeser/intermed","owner":"benkeser","description":"Nonparametric estimators of mediation effects with multiple mediators","archived":false,"fork":false,"pushed_at":"2021-07-08T13:49:41.000Z","size":990,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T20:45:09.082Z","etag":null,"topics":["causal-inference","doubly-robust","mediation","super-learner"],"latest_commit_sha":null,"homepage":"https://benkeser.github.io/intermed","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benkeser.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-30T18:01:49.000Z","updated_at":"2021-07-08T13:49:45.000Z","dependencies_parsed_at":"2023-03-24T23:06:04.260Z","dependency_job_id":null,"html_url":"https://github.com/benkeser/intermed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benkeser/intermed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benkeser%2Fintermed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benkeser%2Fintermed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benkeser%2Fintermed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benkeser%2Fintermed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benkeser","download_url":"https://codeload.github.com/benkeser/intermed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benkeser%2Fintermed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259699083,"owners_count":22898196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["causal-inference","doubly-robust","mediation","super-learner"],"created_at":"2024-12-16T23:33:38.577Z","updated_at":"2025-06-13T18:33:40.099Z","avatar_url":"https://github.com/benkeser.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# R/`intermed`\n\n[![Travis-CI Build Status](https://travis-ci.org/benkeser/intermed.svg?branch=master)](https://travis-ci.org/benkeser/intermed)\n[![AppVeyor Build  Status](https://ci.appveyor.com/api/projects/\ntus/github/benkeser/intermed?branch=master\u0026svg=true)](https://ci.appveyor.com/project/benkeser/intermed)\n[![Coverage Status](https://img.shields.io/codecov/c/github/benkeser/intermed/master.svg)](https://codecov.io/github/benkeser/intermed?branch=master)\n[![CRAN](http://www.r-pkg.org/badges/version/intermed)](http://www.r-pkg.org/pkg/intermed)\n[![CRAN downloads](https://cranlogs.r-pkg.org/badges/intermed)](https://CRAN.R-project.org/package=intermed)\n[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n[![DOI](https://zenodo.org/badge/75324341.svg)](https://zenodo.org/badge/latestdoi/75324341)\n\n\u003e Nonparametric estimators of mediation effects with multiple mediators\n\n__Author:__ [David Benkeser](https://www.benkeserstatistics.com/)\n\n---\n\n## Description\n\n`intermed` is an R package that computes interventional mediation effects for two\nmediators, as introduced in...\n\n---\n\n## Installation\n\nInstall the current stable release from\n[CRAN](https://cran.r-project.org/) via\n\n```{r cran-installation, eval = FALSE}\ninstall.packages(\"intermed\")\n```\n\nA developmental release may be installed from GitHub via\n[`devtools`](https://www.rstudio.com/products/rpackages/devtools/) with:\n\n```{r gh-installation, eval = FALSE}\ndevtools::install_github(\"benkeser/intermed\")\n```\n\n---\n\n## Usage\n\nComing soon... \n\n---\n\n## Issues\n\nIf you encounter any bugs or have any specific feature requests, please [file an\nissue](https://github.com/benkeser/intermed/issues).\n\n---\n\n## Citation\n\nAfter using the `intermed` R package, please cite the following:\n\n    @Manual{intermedpackage,\n      title = {intermed: Nonparametric Inference on Interventional Mediation Effects},\n      author = {David Benkeser},\n      note = {R package version 1.0.0},\n      doi = {10.5281/zenodo.844836}\n    }\n\n---\n\n## License\n\n\u0026copy; 2021 [David C. Benkeser](http://www.benkeserstatistics.com)\n\nThe contents of this repository are distributed under the MIT license. See\nbelow for details:\n```\nThe MIT License (MIT)\n\nCopyright (c) 2021- David C. Benkeser\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenkeser%2Fintermed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenkeser%2Fintermed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenkeser%2Fintermed/lists"}