Package: milr
Type: Package
Title: Multiple-Instance Logistic Regression with LASSO Penalty
Version: 0.4.1
Date: 2025-09-18
Description: The multiple instance data set consists of many independent
    subjects (called bags) and each subject is composed of several components
    (called instances). The outcomes of such data set are binary or categorical responses,
    and, we can only observe the subject-level outcomes. For example, in manufacturing
    processes, a subject is labeled as "defective" if at least one of its own
    components is defective, and otherwise, is labeled as "non-defective". The
    'milr' package focuses on the predictive model for the multiple instance
    data set with binary outcomes and performs the maximum likelihood estimation
    with the Expectation-Maximization algorithm under the framework of logistic
    regression. Moreover, the LASSO penalty is attached to the likelihood function
    for simultaneous parameter estimation and variable selection.
Authors@R: c(person("Ping-Yang", "Chen", , "pychen.ping@gmail.com", c("aut", "cre")),
             person("ChingChuan", "Chen", , "celestial0230@stat.sinica.edu.tw", "aut"), 
             person("Chun-Hao", "Yang", , "chunhaoyang@ufl.edu", "aut"),
             person("Sheng-Mao", "Chang", , "smchang@mail.ncku.edu.tw", "aut"))
Author: Ping-Yang Chen [aut, cre],
  ChingChuan Chen [aut],
  Chun-Hao Yang [aut],
  Sheng-Mao Chang [aut]
URL: https://github.com/PingYangChen/milr
BugReports: https://github.com/PingYangChen/milr/issues
Maintainer: Ping-Yang Chen <pychen.ping@gmail.com>
Depends: R (>= 3.2.3)
Imports: utils, pipeR (>= 0.5), numDeriv, glmnet, Rcpp (>= 0.12.0),
        RcppParallel
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
Suggests: testthat, knitr, Hmisc, rmarkdown, data.table, ggplot2, plyr
SystemRequirements: GNU make
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-09-19 02:32:28 UTC; user
Repository: CRAN
Date/Publication: 2025-09-19 02:50:02 UTC
Built: R 4.4.1; x86_64-apple-darwin20; 2025-09-19 04:01:10 UTC; unix
Archs: milr.so.dSYM
