{
  "_id": "6a105c8bacfb0bcc41ca43d5",
  "Package": "AutoStepwiseGLM",
  "Type": "Package",
  "Title": "Builds Stepwise GLMs via Train and Test Approach",
  "Version": "0.2.0",
  "Author": "Aaron England <aaron.england24@gmail.com>",
  "Maintainer": "Aaron England <aaron.england24@gmail.com>",
  "Description": "Randomly splits data into testing and training sets. Then,\nuses stepwise selection to fit numerous multiple regression\nmodels on the training data, and tests them on the test data.\nReturned for each model are plots comparing model Akaike\nInformation Criterion (AIC), Pearson correlation coefficient\n(r) between the predicted and actual values, Mean Absolute\nError (MAE), and R-Squared among the models. Each model is\nranked relative to the other models by the model evaluation\nmetrics (i.e., AIC, r, MAE, and R-Squared) and the model with\nthe best mean ranking among the model evaluation metrics is\nreturned. Model evaluation metric weights for AIC, r, MAE, and\nR-Squared are taken in as arguments as aic_wt, r_wt, mae_wt,\nand r_squ_wt, respectively. They are equally weighted as\ndefault but may be adjusted relative to each other if the user\nprefers one or more metrics to the others, Field, A. (2013,\nISBN:978-1-4462-4918-5).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 05:02:24 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2018-11-14 10:20:06 UTC",
  "RemoteUrl": "https://github.com/cran/AutoStepwiseGLM",
  "RemoteRef": "HEAD",
  "RemoteSha": "247d1d691b5c3f17efef4ca760f547c54fcf184a",
  "MD5sum": "f367698069910949089563daa26a0fbb",
  "_user": "cran",
  "_type": "src",
  "_file": "AutoStepwiseGLM_0.2.0.tar.gz",
  "_fileid": "a7a034290e6453c58ef3ddd180c487e9cb42b418bbea524bc5d97d682dab0fb5",
  "_filesize": 86470,
  "_sha256": "a7a034290e6453c58ef3ddd180c487e9cb42b418bbea524bc5d97d682dab0fb5",
  "_created": "2026-05-09T05:02:24.000Z",
  "_published": "2026-05-22T13:39:23.333Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77391081760,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6893037894"
    },
    {
      "job": 77391081565,
      "time": 161,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893037898"
    },
    {
      "job": 77391081246,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893021356"
    },
    {
      "job": 77391081072,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161890268"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25592307463",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/AutoStepwiseGLM",
  "_commit": {
    "id": "247d1d691b5c3f17efef4ca760f547c54fcf184a",
    "author": "Aaron England <aaron.england24@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.0\n",
    "time": 1542190806
  },
  "_maintainer": {
    "name": "Aaron England",
    "email": "aaron.england24@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "caret",
      "role": "Depends"
    },
    {
      "package": "formula.tools",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 218,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/AutoStepwiseGLM"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/AutoStepwiseGLM.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2018-11-14"
    }
  ],
  "_exports": [
    "backwd_stepwise_glm",
    "fwd_stepwise_glm"
  ],
  "_help": [
    {
      "page": "backwd_stepwise_glm",
      "title": "Automated Backward Stepwise GLM",
      "topics": [
        "backwd_stepwise_glm"
      ]
    },
    {
      "page": "fwd_stepwise_glm",
      "title": "Automated Forward Stepwise GLM",
      "topics": [
        "fwd_stepwise_glm"
      ]
    }
  ],
  "_readme": "https://github.com/cran/AutoStepwiseGLM/raw/HEAD/README.md",
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "formula.tools",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "operator.tools",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "autostepwiseglm",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-09T05:04:44.000Z",
      "distro": "noble",
      "commit": "247d1d691b5c3f17efef4ca760f547c54fcf184a",
      "fileid": "f880fa4b08a3f18bb9cde8a27c465b6cefa915feacc65f60b1d279423d5a2ced",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592307463"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-09T05:04:44.000Z",
      "distro": "noble",
      "commit": "247d1d691b5c3f17efef4ca760f547c54fcf184a",
      "fileid": "88034c085b2d12766a6f17be49a37139da64f9df6f967b31f6aec6bce3d9afe2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592307463"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-22T13:39:03.000Z",
      "commit": "247d1d691b5c3f17efef4ca760f547c54fcf184a",
      "fileid": "157465f41525d0ec495966baf3f09c61d57c65724344e67aef9c4cd57664373d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592307463"
    }
  ]
}