{
  "_id": "6a50acf889c83ec243a2f727",
  "Package": "ROCit",
  "Language": "en-US",
  "Type": "Package",
  "Title": "Performance Assessment of Binary Classifier with Visualization",
  "Version": "2.1.1",
  "Date": "2020-06-14",
  "Authors@R": "c(person(\"Md Riaz Ahmed\", \"Khan\", email = \"mdriazahmed.khan@jacks.sdstate.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Thomas\", \"Brandenburger\", email = \"thomas.brandenburger@sdstate.edu\", role = \"aut\" ))",
  "Description": "Sensitivity (or recall or true positive rate), false\npositive rate, specificity, precision (or positive predictive\nvalue), negative predictive value, misclassification rate,\naccuracy, F-score- these are popular metrics for assessing\nperformance of binary classifier for certain threshold. These\nmetrics are calculated at certain threshold values. Receiver\noperating characteristic (ROC) curve is a common tool for\nassessing overall diagnostic ability of the binary classifier.\nUnlike depending on a certain threshold, area under ROC curve\n(also known as AUC), is a summary statistic about how well a\nbinary classifier performs overall for the classification task.\nROCit package provides flexibility to easily evaluate\nthreshold-bound metrics. Also, ROC curve, along with AUC, can\nbe obtained using different methods, such as empirical,\nbinormal and non-parametric. ROCit encompasses a wide variety\nof methods for constructing confidence interval of ROC curve\nand AUC. ROCit also features the option of constructing\nempirical gains table, which is a handy tool for direct\nmarketing. The package offers options for commonly used\nvisualization, such as, ROC curve, KS plot, lift plot. Along\nwith in-built default graphics setting, there are rooms for\nmanual tweak by providing the necessary values as function\narguments. ROCit is a powerful tool offering a range of things,\nyet it is very easy to use.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.1.0",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-10 08:22:53 UTC",
    "User": "root"
  },
  "Author": "Md Riaz Ahmed Khan [aut, cre], Thomas Brandenburger [aut]",
  "Maintainer": "Md Riaz Ahmed Khan <mdriazahmed.khan@jacks.sdstate.edu>",
  "Repository": "https://riazakhan94.r-universe.dev",
  "Date/Publication": "2022-05-19 02:01:12 UTC",
  "RemoteUrl": "https://github.com/riazakhan94/rocit",
  "RemoteRef": "HEAD",
  "RemoteSha": "068953e58f5e46291c033a82b57e9e42fe30806d",
  "_user": "riazakhan94",
  "_type": "src",
  "_file": "ROCit_2.1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/91640c4dd256d220fb835599db003ecd57ce5e27a11fdbbbdb02b3406499253e",
  "_filesize": 1078344,
  "_sha256": "91640c4dd256d220fb835599db003ecd57ce5e27a11fdbbbdb02b3406499253e",
  "_expires": "2026-10-18T08:27:34.000Z",
  "_created": "2026-07-10T08:22:53.000Z",
  "_published": "2026-07-10T08:27:36.613Z",
  "_jobs": [
    {
      "job": 86319137724,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8222215885"
    },
    {
      "job": 86319137701,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8222210855"
    },
    {
      "job": 86319137684,
      "time": 245,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8222239411"
    },
    {
      "job": 86319137689,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8222213319"
    },
    {
      "job": 86318579326,
      "time": 198,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8222165575"
    },
    {
      "job": 86319137718,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8222199958"
    },
    {
      "job": 86319137694,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8222194188"
    },
    {
      "job": 86319137702,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8222194800"
    },
    {
      "job": 86319137755,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8222193946"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652",
  "_status": "success",
  "_upstream": "https://github.com/riazakhan94/rocit",
  "_commit": {
    "id": "068953e58f5e46291c033a82b57e9e42fe30806d",
    "author": "riazakhan94 <30937347+riazakhan94@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Add files via upload",
    "time": 1652925672
  },
  "_maintainer": {
    "name": "Md Riaz Ahmed Khan",
    "email": "mdriazahmed.khan@jacks.sdstate.edu",
    "login": "riazakhan94",
    "description": "",
    "uuid": 30937347
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "riazakhan94",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "riazakhan94",
      "count": 1,
      "uuid": 30937347
    }
  ],
  "_userbio": {
    "uuid": 30937347,
    "type": "user",
    "name": "riazakhan94",
    "followers": 1
  },
  "_downloads": {
    "count": 1455,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ROCit"
  },
  "_mentions": 17,
  "_devurl": "https://github.com/riazakhan94/rocit",
  "_searchresults": 435,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/ROCit.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/riazakhan94/rocit",
  "_realowner": "riazakhan94",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.1",
      "date": "2019-01-30"
    },
    {
      "version": "2.1.1",
      "date": "2020-06-14"
    },
    {
      "version": "2.1.2",
      "date": "2024-05-16"
    }
  ],
  "_exports": [
    "cartesian_2D",
    "ciAUC",
    "ciROC",
    "ciROCbin",
    "ciROCemp",
    "convertclass",
    "gainstable",
    "getsurvival",
    "gettptnfpfn",
    "invlogit",
    "ksplot",
    "logit",
    "measureit",
    "MLestimates",
    "rankorderdata",
    "rocit",
    "trapezoidarea"
  ],
  "_datasets": [
    {
      "name": "Diabetes",
      "title": "Diabetes Data",
      "object": "Diabetes",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id",
        "chol",
        "stab.glu",
        "hdl",
        "ratio",
        "glyhb",
        "location",
        "age",
        "gender",
        "height",
        "weight",
        "frame",
        "bp.1s",
        "bp.1d",
        "bp.2s",
        "bp.2d",
        "waist",
        "hip",
        "time.ppn",
        "bmi",
        "dtest",
        "whr"
      ],
      "rows": 403,
      "table": true,
      "tojson": true
    },
    {
      "name": "Loan",
      "title": "Loan Data",
      "object": "Loan",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Amount",
        "Term",
        "IntRate",
        "ILR",
        "EmpLen",
        "Home",
        "Income",
        "Status",
        "Score"
      ],
      "rows": 900,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cartesian_2D",
      "title": "Cartesian Product of Two Vectors",
      "topics": [
        "cartesian_2D"
      ]
    },
    {
      "page": "ciAUC",
      "title": "Confidence Interval of AUC",
      "topics": [
        "ciAUC"
      ]
    },
    {
      "page": "ciAUC.rocit",
      "title": "Confidence Interval of AUC",
      "topics": [
        "ciAUC.rocit"
      ]
    },
    {
      "page": "ciROC",
      "title": "Confidence Interval of ROC curve",
      "topics": [
        "ciROC"
      ]
    },
    {
      "page": "ciROC.rocit",
      "title": "Confidence Interval of ROC curve",
      "topics": [
        "ciROC.rocit"
      ]
    },
    {
      "page": "ciROCbin",
      "title": "Confidence Interval of Binormal ROC Curve",
      "topics": [
        "ciROCbin"
      ]
    },
    {
      "page": "ciROCemp",
      "title": "Confidence Interval of Empirical ROC Curve",
      "topics": [
        "ciROCemp"
      ]
    },
    {
      "page": "convertclass",
      "title": "Converts Binary Vector into 1 and 0",
      "topics": [
        "convertclass"
      ]
    },
    {
      "page": "Diabetes",
      "title": "Diabetes Data",
      "topics": [
        "Diabetes"
      ]
    },
    {
      "page": "gainstable",
      "title": "Gains Table for Binary Classifier",
      "topics": [
        "gainstable"
      ]
    },
    {
      "page": "gainstable.default",
      "title": "Gains Table for Binary Classifier",
      "topics": [
        "gainstable.default"
      ]
    },
    {
      "page": "gainstable.rocit",
      "title": "Gains Table for Binary Classifier",
      "topics": [
        "gainstable.rocit"
      ]
    },
    {
      "page": "getsurvival",
      "title": "Survival Probability",
      "topics": [
        "getsurvival"
      ]
    },
    {
      "page": "ksplot",
      "title": "KS Plot",
      "topics": [
        "ksplot"
      ]
    },
    {
      "page": "ksplot.rocit",
      "title": "KS Plot",
      "topics": [
        "ksplot.rocit"
      ]
    },
    {
      "page": "Loan",
      "title": "Loan Data",
      "topics": [
        "Loan"
      ]
    },
    {
      "page": "measureit",
      "title": "Performance Metrics of Binary Classifier",
      "topics": [
        "measureit"
      ]
    },
    {
      "page": "measureit.default",
      "title": "Performance Metrics of Binary Classifier",
      "topics": [
        "measureit.default"
      ]
    },
    {
      "page": "measureit.rocit",
      "title": "Performance Metrics of Binary Classifier",
      "topics": [
        "measureit.rocit"
      ]
    },
    {
      "page": "MLestimates",
      "title": "ML Estimate of Normal Parameters",
      "topics": [
        "MLestimates"
      ]
    },
    {
      "page": "plot.gainstable",
      "title": "Plot '\"gainstable\"' Object",
      "topics": [
        "plot.gainstable"
      ]
    },
    {
      "page": "plot.rocci",
      "title": "Plot ROC Curve with confidence limits",
      "topics": [
        "plot.rocci"
      ]
    },
    {
      "page": "plot.rocit",
      "title": "Plot ROC Curve",
      "topics": [
        "plot.rocit"
      ]
    },
    {
      "page": "print.gainstable",
      "title": "Print ''gainstable'' Object",
      "topics": [
        "print.gainstable"
      ]
    },
    {
      "page": "print.measureit",
      "title": "Print ''measureit'' Object",
      "topics": [
        "print.measureit"
      ]
    },
    {
      "page": "print.rocci",
      "title": "Print 'rocci' Object",
      "topics": [
        "print.rocci"
      ]
    },
    {
      "page": "print.rocit",
      "title": "Print 'rocit' Object",
      "topics": [
        "print.rocit"
      ]
    },
    {
      "page": "print.rocitaucci",
      "title": "Print Confidence Interval of AUC",
      "topics": [
        "print.rocitaucci"
      ]
    },
    {
      "page": "rankorderdata",
      "title": "Rank order data",
      "topics": [
        "rankorderdata"
      ]
    },
    {
      "page": "rocit",
      "title": "ROC Analysis of Binary Classifier",
      "topics": [
        "rocit"
      ]
    },
    {
      "page": "summary.rocit",
      "title": "Summary of rocit object",
      "topics": [
        "summary.rocit"
      ]
    },
    {
      "page": "trapezoidarea",
      "title": "Approximate Area with Trapezoid Rule",
      "topics": [
        "trapezoidarea"
      ]
    }
  ],
  "_readme": "https://github.com/riazakhan94/rocit/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "my-vignette.Rmd",
      "filename": "my-vignette.html",
      "title": "ROCit: An R Package for Performance Assessment of Binary Classifier with Visualization",
      "author": "Md Riaz Ahmed Khan",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Binary Classifier",
        "Binary Classifier Performance Metrics",
        "Hard Classification",
        "Observation Are Scored",
        "Common approaches to estimate ROC curve",
        "Using Package ROCit",
        "1/0 coding of response",
        "Performance metrics of binary classifier",
        "ROC curve estimation",
        "Gains table",
        "References"
      ],
      "created": "2022-05-19 02:01:12",
      "modified": "2022-05-19 02:01:12",
      "commits": 1
    }
  ],
  "_score": 7.822541549346502,
  "_indexed": true,
  "_nocasepkg": "rocit",
  "_universes": [
    "riazakhan94"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.1.1",
      "date": "2026-07-10T08:25:04.000Z",
      "distro": "resolute",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/f9c93d11e408206e881b73d98cdf4a0ceb38bd4109075466d50ea2a9143d5ff4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.1.1",
      "date": "2026-07-10T08:24:52.000Z",
      "distro": "resolute",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/05f673ee717bd900d614a8ac2347a7bb3336da17e5f8dd3ff8df954b7f2174ed",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.1.1",
      "date": "2026-07-10T08:26:01.000Z",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/567cbff13df5cd82e1e951b3606525077abd8e1a677235a5373b69970f86a6fe",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.1.1",
      "date": "2026-07-10T08:25:01.000Z",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/47e7c1ca0abf61cb3384ff05d63b9293565c8d324416f2db80b767523f4653a2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.1.1",
      "date": "2026-07-10T08:24:40.000Z",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/f0981284078b98779d66bb7237be82bdf8e0f080ad49482e8a469e953af0c9c0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.1.1",
      "date": "2026-07-10T08:24:00.000Z",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/f35dfd97fd8ef08a8f1f66428b05d27d1e67760b56919a4ac4095ebf76760024",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.1.1",
      "date": "2026-07-10T08:24:02.000Z",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/1d4269b7c174a6a2a37502bfae0dabd7799abc2124aef0e2914e1fe34f6202a7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.1.1",
      "date": "2026-07-10T08:23:59.000Z",
      "commit": "068953e58f5e46291c033a82b57e9e42fe30806d",
      "fileid": "https://r2.ropensci.org/2497c6069cdb46278ab24be01a4a936d1540cdddb31d372b88dde42999eb21ef",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/riazakhan94/actions/runs/29079415652"
    }
  ]
}