{
  "_id": "6a1026e6acfb0bcc41c8fbe4",
  "Package": "autoCovariateSelection",
  "Type": "Package",
  "Title": "R Package to Implement Automated Covariate Selection for Two\nExposure Cohorts Using High-Dimensional Propensity Score\nAlgorithm",
  "Version": "1.0.0",
  "Author": "Dennis Robert <dennis.robert.nm@gmail.com>",
  "Maintainer": "Dennis Robert <dennis.robert.nm@gmail.com>",
  "Description": "Contains functions to implement automated covariate\nselection using methods described in the high-dimensional\npropensity score (HDPS) algorithm by Schneeweiss et.al.\nCovariate adjustment in real-world-observational-data (RWD) is\nimportant for for estimating adjusted outcomes and this can be\ndone by using methods such as, but not limited to, propensity\nscore matching, propensity score weighting and regression\nanalysis. While these methods strive to statistically adjust\nfor confounding, the major challenge is in selecting the\npotential covariates that can bias the outcomes comparison\nestimates in observational RWD (Real-World-Data). This is where\nthe utility of automated covariate selection comes in. The\nfunctions in this package help to implement the three major\nsteps of automated covariate selection as described by\nSchneeweiss et. al elsewhere. These three functions, in order\nof the steps required to execute automated covariate selection\nare, get_candidate_covariates(), get_recurrence_covariates()\nand get_prioritised_covariates(). In addition to these\nfunctions, a sample real-world-data from publicly available\nde-identified medical claims data is also available for running\nexamples and also for further exploration. The original article\nwhere the algorithm is described by Schneeweiss et.al. (2009)\n<doi:10.1097/EDE.0b013e3181a663cc> .",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "URL": "https://github.com/technOslerphile/autoCovariateSelection",
  "BugReports": "https://github.com/technOslerphile/autoCovariateSelection/issues",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "Repository": "https://technoslerphile.r-universe.dev",
  "Date/Publication": "2026-02-12 16:59:28 UTC",
  "RemoteUrl": "https://github.com/technoslerphile/autocovariateselection",
  "RemoteRef": "HEAD",
  "RemoteSha": "2df6225cd3d75e86874d78a79706a837d29bddbe",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-13 08:49:06 UTC",
    "User": "root"
  },
  "MD5sum": "82f0327e48bfbf106674123a39f0faa6",
  "_user": "technoslerphile",
  "_type": "src",
  "_file": "autoCovariateSelection_1.0.0.tar.gz",
  "_fileid": "3f07c1cc1bd6686e8d72974d9bff7c1e7f8baacb25306461704b33a81f52a9d2",
  "_filesize": 595705,
  "_sha256": "3f07c1cc1bd6686e8d72974d9bff7c1e7f8baacb25306461704b33a81f52a9d2",
  "_created": "2026-05-13T08:49:06.000Z",
  "_published": "2026-05-22T09:50:30.630Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77356110618,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6965609849"
    },
    {
      "job": 77356110967,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6965624982"
    },
    {
      "job": 77356110736,
      "time": 146,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6965614142"
    },
    {
      "job": 77356110586,
      "time": 153,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6965614405"
    },
    {
      "job": 77356110346,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965576128"
    },
    {
      "job": 77356110052,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157666244"
    },
    {
      "job": 77356110650,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6965611207"
    },
    {
      "job": 77356110684,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6965602058"
    },
    {
      "job": 77356110775,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6965603931"
    }
  ],
  "_buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/technoslerphile/autocovariateselection",
  "_commit": {
    "id": "2df6225cd3d75e86874d78a79706a837d29bddbe",
    "author": "technOslerphile <8592080+technOslerphile@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Revise references and add new citation in README\n\nUpdated references and added a new citation for HDPS.",
    "time": 1770915568
  },
  "_maintainer": {
    "name": "Dennis Robert",
    "email": "dennis.robert.nm@gmail.com",
    "login": "technoslerphile",
    "uuid": 8592080
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "technoslerphile",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-07",
      "n": 5
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "technoslerphile",
      "count": 31,
      "uuid": 8592080
    }
  ],
  "_userbio": {
    "uuid": 8592080,
    "type": "user",
    "name": "technOslerphile",
    "description": "Physician data scientist. Experienced in clinical development of Medical AI decision support algorithms and in real-world data (RWD) Observational Studies"
  },
  "_downloads": {
    "count": 246,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/autoCovariateSelection"
  },
  "_devurl": "https://github.com/technoslerphile/autocovariateselection",
  "_searchresults": 91,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/autoCovariateSelection.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/technoslerphile/autocovariateselection",
  "_realowner": "technoslerphile",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2020-12-14"
    }
  ],
  "_exports": [
    "get_candidate_covariates",
    "get_prioritised_covariates",
    "get_recurrence_covariates",
    "get_relative_risk"
  ],
  "_datasets": [
    {
      "name": "rwd",
      "title": "Sample Data for autoCovariateSelection",
      "object": "rwd",
      "class": [
        "data.frame"
      ],
      "fields": [
        "person_id",
        "index_date",
        "event_date",
        "event_code",
        "event_concept_id",
        "domain",
        "treatment",
        "outcome_date",
        "last_enrollment_date"
      ],
      "rows": 69333,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "get_candidate_covariates",
      "title": "Generate candidate empirical baseline covariates based on prevalence in the baseline period",
      "topics": [
        "get_candidate_covariates"
      ]
    },
    {
      "page": "get_prioritised_covariates",
      "title": "Generate the prioritised covariates from the global list of binary recurrence covariates using multiplicative bias ranking",
      "topics": [
        "get_prioritised_covariates"
      ]
    },
    {
      "page": "get_recurrence_covariates",
      "title": "Generate the binary recurrence covariates for the identified candidate empirical covariates",
      "topics": [
        "get_recurrence_covariates"
      ]
    },
    {
      "page": "get_relative_risk",
      "title": "Compute relative risk for each of the covariates with respect to outcomes occurred",
      "topics": [
        "get_relative_risk"
      ]
    },
    {
      "page": "rwd",
      "title": "Sample Data for autoCovariateSelection",
      "topics": [
        "rwd"
      ]
    }
  ],
  "_readme": "https://github.com/technoslerphile/autocovariateselection/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "data.table",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 4.260071387985075,
  "_indexed": true,
  "_nocasepkg": "autocovariateselection",
  "_universes": [
    "technoslerphile"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-13T08:50:45.000Z",
      "distro": "noble",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "50113c7cd3a6cfa110691b6883059f5e66179a108c14a3b1fb935d2d2f3c0a50",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-13T08:51:34.000Z",
      "distro": "noble",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "a1a8891e8e1f0607e0970e49f89a1caa13f074f82c2e968bd45a16b2209a2da0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-13T08:51:06.000Z",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "447c2f6ea6daa463bac42648cda3536b926c3e4b4a267fa00fe6d45576cd5d91",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-13T08:51:01.000Z",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "6ae9993c611df7eb5a8c9cfe6bb19cac60a28a5e40e844b114d9b1555f60ef77",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-13T08:50:44.000Z",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "9537d7720a5a27fa9409d5f915ddded0a5c42433e1843f94104a1569c71d20d6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-13T08:50:13.000Z",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "3f12da01a3841db05d9460dd53c2d0c454daef9332de9a98b5c413aa21c33deb",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-13T08:50:18.000Z",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "83647fcf6967ab81d78f3241982ef7f32a695aec0c3a520a3acf213f9a8b2360",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T09:50:12.000Z",
      "commit": "2df6225cd3d75e86874d78a79706a837d29bddbe",
      "fileid": "4c44f37c61630b1e652641bc007a8de832d60a7da74bae7b4513f2ff4dbe15e9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/technoslerphile/actions/runs/25788447980"
    }
  ]
}