{
  "_id": "6a1f0e07b401979e7341d21f",
  "Package": "RaSEn",
  "Type": "Package",
  "Title": "Random Subspace Ensemble Classification and Variable Screening",
  "Version": "3.0.0",
  "Author": "Ye Tian [aut, cre] and Yang Feng [aut]",
  "Maintainer": "Ye Tian <ye.t@columbia.edu>",
  "Description": "We propose a general ensemble classification framework,\nRaSE algorithm, for the sparse classification problem. In RaSE\nalgorithm, for each weak learner, some random subspaces are\ngenerated and the optimal one is chosen to train the model on\nthe basis of some criterion. To be adapted to the problem, a\nnovel criterion, ratio information criterion (RIC) is put up\nwith based on Kullback-Leibler divergence. Besides minimizing\nRIC, multiple criteria can be applied, for instance, minimizing\nextended Bayesian information criterion (eBIC), minimizing\ntraining error, minimizing the validation error, minimizing the\ncross-validation error, minimizing leave-one-out error. There\nare various choices of base classifier, for instance, linear\ndiscriminant analysis, quadratic discriminant analysis,\nk-nearest neighbour, logistic regression, decision trees,\nrandom forest, support vector machines. RaSE algorithm can also\nbe applied to do feature ranking, providing us the importance\nof each feature based on the selected percentage in multiple\nsubspaces. RaSE framework can be extended to the general\nprediction framework, including both classification and\nregression. We can use the selected percentages of variables\nfor variable screening. The latest version added the variable\nscreening function for both regression and classification\nproblems.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "LazyData": "TRUE",
  "LazyDataCompression": "bzip2",
  "RoxygenNote": "7.1.2",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 09:01:38 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://ytstat.r-universe.dev",
  "Date/Publication": "2021-10-16 03:50:06 UTC",
  "RemoteUrl": "https://github.com/cran/RaSEn",
  "RemoteRef": "HEAD",
  "RemoteSha": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
  "MD5sum": "85e27abf9ca80709d2d3c6b5c5f3c49c",
  "_user": "ytstat",
  "_type": "src",
  "_file": "RaSEn_3.0.0.tar.gz",
  "_fileid": "af0f9dda3b268ff44580066d22c7bf1d6b13a80dd0b1792c6d91d8cbbb4cf460",
  "_filesize": 4443683,
  "_sha256": "af0f9dda3b268ff44580066d22c7bf1d6b13a80dd0b1792c6d91d8cbbb4cf460",
  "_created": "2026-05-17T09:01:38.000Z",
  "_published": "2026-06-02T17:08:23.508Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79128128710,
      "time": 202,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7041067253"
    },
    {
      "job": 79128129140,
      "time": 202,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7041067251"
    },
    {
      "job": 79128129007,
      "time": 108,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7041056847"
    },
    {
      "job": 79128128747,
      "time": 137,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7041059942"
    },
    {
      "job": 79128128428,
      "time": 276,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7041044585"
    },
    {
      "job": 79128128210,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7364659455"
    },
    {
      "job": 79128129040,
      "time": 150,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7041061681"
    },
    {
      "job": 79128129536,
      "time": 157,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7041062351"
    },
    {
      "job": 79128129032,
      "time": 151,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7041061567"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/RaSEn",
  "_commit": {
    "id": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
    "author": "Ye Tian <ye.t@columbia.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 3.0.0\n",
    "time": 1634356206
  },
  "_maintainer": {
    "name": "Ye Tian",
    "email": "ye.t@columbia.edu",
    "login": "ytstat",
    "description": "Postdoc in Biostatistics, Yale University",
    "uuid": 44246085
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "class",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "e1071",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "nnet",
      "role": "Imports"
    },
    {
      "package": "randomForest",
      "role": "Imports"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "formatR",
      "role": "Imports"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "KernelKnn",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "ModelMetrics",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "ytstat",
      "count": 6,
      "uuid": 44246085
    }
  ],
  "_userbio": {
    "uuid": 44246085,
    "type": "user",
    "name": "Ye Tian",
    "description": "Postdoc in Biostatistics, Yale University"
  },
  "_downloads": {
    "count": 267,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RaSEn"
  },
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/RaSEn.html",
    "manual.pdf"
  ],
  "_realowner": "ytstat",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2020-06-12"
    },
    {
      "version": "1.1.0",
      "date": "2020-10-21"
    },
    {
      "version": "2.0.0",
      "date": "2021-01-15"
    },
    {
      "version": "2.1.0",
      "date": "2021-04-18"
    },
    {
      "version": "2.2.0",
      "date": "2021-08-19"
    },
    {
      "version": "3.0.0",
      "date": "2021-10-16"
    }
  ],
  "_exports": [
    "RaModel",
    "RaPlot",
    "RaRank",
    "RaScreen",
    "Rase"
  ],
  "_datasets": [
    {
      "name": "colon",
      "title": "Colon data set.",
      "object": "colon",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "rat",
      "title": "Affymetrix rat genome 230 2.0 array data set.",
      "object": "rat",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "colon",
      "title": "Colon data set.",
      "topics": [
        "colon"
      ]
    },
    {
      "page": "predict.RaSE",
      "title": "Predict the outcome of new observations based on the estimated RaSE classifier (Tian, Y. and Feng, Y., 2021).",
      "topics": [
        "predict.RaSE"
      ]
    },
    {
      "page": "predict.super_RaSE",
      "title": "Predict the outcome of new observations based on the estimated super RaSE classifier (Zhu, J. and Feng, Y., 2021).",
      "topics": [
        "predict.super_RaSE"
      ]
    },
    {
      "page": "print.RaSE",
      "title": "Print a fitted RaSE object.",
      "topics": [
        "print.RaSE"
      ]
    },
    {
      "page": "print.super_RaSE",
      "title": "Print a fitted super_RaSE object.",
      "topics": [
        "print.super_RaSE"
      ]
    },
    {
      "page": "RaModel",
      "title": "Generate data (x, y) from various models in two papers.",
      "topics": [
        "RaModel"
      ]
    },
    {
      "page": "RaPlot",
      "title": "Visualize the feature ranking results of a fitted RaSE object.",
      "topics": [
        "RaPlot"
      ]
    },
    {
      "page": "RaRank",
      "title": "Rank the features by selected percentages provided by the output from 'RaScreen'.",
      "topics": [
        "RaRank"
      ]
    },
    {
      "page": "RaScreen",
      "title": "Variable screening via RaSE.",
      "topics": [
        "RaScreen"
      ]
    },
    {
      "page": "Rase",
      "title": "Construct the random subspace ensemble classifier.",
      "topics": [
        "Rase"
      ]
    },
    {
      "page": "rat",
      "title": "Affymetrix rat genome 230 2.0 array data set.",
      "topics": [
        "rat"
      ]
    }
  ],
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "doParallel",
    "dplyr",
    "e1071",
    "farver",
    "FNN",
    "foreach",
    "formatR",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "gower",
    "gridExtra",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernelKnn",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "randomForest",
    "ranger",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "RaSEn-demo.Rmd",
      "filename": "RaSEn-demo.html",
      "title": "RaSEn demo",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Random Subspace Ensemble Classification",
        "Introduction",
        "Installation",
        "How to Fit a RaSE Classifier for Prediction",
        "How to Use RaSE for Feature Ranking",
        "Super RaSE",
        "Variable Screening via Random Subspace Ensemble",
        "Introduction",
        "Variable screening via RaSE",
        "Reference"
      ],
      "created": "2020-06-12 07:40:03",
      "modified": "2021-10-16 03:50:06",
      "commits": 5
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "rasen",
  "_universes": [
    "ytstat"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.0",
      "date": "2026-05-17T09:04:20.000Z",
      "distro": "noble",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "2234b22bf9c35d29b594db3234be8e4c32fa3ce692c6ffbf1bbb9e39d32f35db",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.0",
      "date": "2026-05-17T09:04:22.000Z",
      "distro": "noble",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "82ab15008d00e86305a4bf8b8b2fcd350a1b7ce8754e72a050af7f7ea80d69a4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.0",
      "date": "2026-05-17T09:03:19.000Z",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "924d91bcaf97737b777048e5798e13a1aa3f1a27e5e5cf7ed4356c0750ed7cf6",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.0",
      "date": "2026-05-17T09:03:18.000Z",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "0c883928af9b5c34065b37a97d4cc80f7dadfcb152ece7e2167ae906d14414ec",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0.0",
      "date": "2026-05-17T09:03:15.000Z",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "ef658bf6e5a022257b87c22335ba375e84ae1d83ec08186243e3306927aeb788",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0.0",
      "date": "2026-05-17T09:03:29.000Z",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "62201c5ed3b2cd2369e77263db781856b932c8718748d2414b1dac58322d4ef0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0.0",
      "date": "2026-05-17T09:03:12.000Z",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "0ed94bdaf4fc8b6efe8bc59c5e306a47d0e703403c88c943b2a6f4e44a3044c2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0.0",
      "date": "2026-06-02T17:07:58.000Z",
      "commit": "eba0e58f31cd5a451880db9f714d9c9d797dc9d6",
      "fileid": "f029b806401a702619ece302596e7c9e02b96f0d8a11e87e259ae185ff164ac3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ytstat/actions/runs/25986463068"
    }
  ]
}