{
  "_id": "6a1818e0acfb0bcc41db0593",
  "Package": "mcb",
  "Type": "Package",
  "Title": "Model Confidence Bounds",
  "Version": "0.1.15",
  "Author": "Yang Li, Yichen Qin, Heming Deng",
  "Maintainer": "Heming Deng<dheming@ruc.edu.cn>",
  "Description": "When choosing proper variable selection methods, it is\nimportant to consider the uncertainty of a certain method. The\nmodel confidence bound for variable selection identifies two\nnested models (upper and lower confidence bound models)\ncontaining the true model at a given confidence level. A good\nvariable selection method is the one of which the model\nconfidence bound under a certain confidence level has the\nshortest width. When visualizing the variability of model\nselection and comparing different model selection procedures,\nmodel uncertainty curve is a good graphical tool. A good\nvariable selection method is the one of whose model uncertainty\ncurve will tend to arch towards the upper left corner. This\nfunction aims to obtain the model confidence bound and draw the\nmodel uncertainty curve of certain single model selection\nmethod under a coverage rate equal or little higher than\nuser-given confidential level. About what model confidence\nbound is and how it work please see Li,Y., Luo,Y., Ferrari,D.,\nHu,X. and Qin,Y. (2019) Model Confidence Bounds for Variable\nSelection. Biometrics, 75:392-403. <DOI:10.1111/biom.13024>.\nBesides, 'flare' is needed only you apply the SQRT or LAD\nmethod ('mcb' totally has 8 methods). Although 'flare' has been\narchived by CRAN, you can still get it in\n<https://CRAN.R-project.org/package=flare> and the latest\nversion is useful for 'mcb'.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 10:23:53 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://heming0425.r-universe.dev",
  "Date/Publication": "2020-06-05 12:00:02 UTC",
  "RemoteUrl": "https://github.com/cran/mcb",
  "RemoteRef": "HEAD",
  "RemoteSha": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
  "MD5sum": "3384df8a655001e6e8030a59ba345066",
  "_user": "heming0425",
  "_type": "src",
  "_file": "mcb_0.1.15.tar.gz",
  "_fileid": "2106d988c8e51b0710ff46810bdc1a340966eb32acd44167273605ac6f7e1eca",
  "_filesize": 103835,
  "_sha256": "2106d988c8e51b0710ff46810bdc1a340966eb32acd44167273605ac6f7e1eca",
  "_created": "2026-05-28T10:23:53.000Z",
  "_published": "2026-05-28T10:28:48.588Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78271184422,
      "time": 201,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7263523392"
    },
    {
      "job": 78271184434,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7263503260"
    },
    {
      "job": 78271184478,
      "time": 210,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7263511647"
    },
    {
      "job": 78271184527,
      "time": 262,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7263534627"
    },
    {
      "job": 78270808204,
      "time": 148,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263460205"
    },
    {
      "job": 78271184454,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263501657"
    },
    {
      "job": 78271184479,
      "time": 126,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7263499333"
    },
    {
      "job": 78271184472,
      "time": 106,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7263492995"
    },
    {
      "job": 78271184439,
      "time": 113,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7263495437"
    }
  ],
  "_buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/mcb",
  "_commit": {
    "id": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
    "author": "Heming Deng <dheming@ruc.edu.cn>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.15\n",
    "time": 1591358402
  },
  "_maintainer": {
    "name": "Heming Deng",
    "email": "dheming@ruc.edu.cn"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "leaps",
      "role": "Imports"
    },
    {
      "package": "lars",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "ncvreg",
      "role": "Imports"
    },
    {
      "package": "smoothmest",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "flare",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 37864694,
    "type": "user",
    "name": "Ming"
  },
  "_downloads": {
    "count": 161,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mcb"
  },
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mcb.html",
    "manual.pdf"
  ],
  "_realowner": "heming0425",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.9",
      "date": "2020-05-02"
    },
    {
      "version": "0.1.15",
      "date": "2020-06-05"
    }
  ],
  "_exports": [
    "mcb",
    "mcb.compare"
  ],
  "_datasets": [
    {
      "name": "Diabetes",
      "title": "Diabetes",
      "object": "Diabetes",
      "class": [
        "data.frame"
      ],
      "fields": [
        "AGE",
        "SEX",
        "BMI",
        "BP",
        "S1",
        "S2",
        "S3",
        "S4",
        "S5",
        "S6",
        "Y"
      ],
      "rows": 442,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "diabetes",
      "title": "Diabetes",
      "topics": [
        "Diabetes"
      ]
    },
    {
      "page": "mcb",
      "title": "Model Confidence Bound",
      "topics": [
        "mcb"
      ]
    },
    {
      "page": "mcb.compare",
      "title": "Comparisons of Model Confidence Bounds for Different Variable selection Methods",
      "topics": [
        "mcb.compare"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "farver",
    "foreach",
    "ggplot2",
    "glmnet",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lars",
    "lattice",
    "leaps",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "ncvreg",
    "plyr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "reshape2",
    "rlang",
    "S7",
    "scales",
    "shape",
    "smoothmest",
    "stringi",
    "stringr",
    "survival",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "mcb",
  "_universes": [
    "heming0425"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.15",
      "date": "2026-05-28T10:26:43.000Z",
      "distro": "noble",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "0f09747513b1f3d7daab460421ff1523dbdaf17d53b89ed668ed4458159ac2c7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.15",
      "date": "2026-05-28T10:25:55.000Z",
      "distro": "noble",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "c8b4cc4819a0463a301348e8f4860f3fac88fb37781cd01ee036223d1cca7efd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.15",
      "date": "2026-05-28T10:26:16.000Z",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "0813a2a2e4a213c5d06ee842e526fedf823f2ddae9c63239b88ba59779cfe046",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.15",
      "date": "2026-05-28T10:27:05.000Z",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "be5df6e6745dac036c62013df470971424c21ecff5cd53867cc8b9ba5da4360d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.15",
      "date": "2026-05-28T10:26:23.000Z",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "98933d63af2f043437b18c094c0eb915e67a1fec1f53a3355de699047df44318",
      "status": "success",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.15",
      "date": "2026-05-28T10:25:19.000Z",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "9c5b74b200db6332f96b964c24829414853e8c2002fa62fb790a9ea400cad4e6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.15",
      "date": "2026-05-28T10:25:05.000Z",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "5b1e60d3d8844279dbd20083b82730945d4563822bc47d0eacc0dfd17eb54fa4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.15",
      "date": "2026-05-28T10:25:11.000Z",
      "commit": "bb7cbf7902a7cf1266af268821ec0491eb0ffd64",
      "fileid": "16af1cd0b224d9f8a329ad90e55f4d293121f5d5ff533eb75b86e66682bb0653",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/heming0425/actions/runs/26568931231"
    }
  ]
}