Package: picreg 0.1.3

Maxime van Cutsem

picreg: Variable Selection using the Pivotal Information Criterion

Sparse regression and classification via the Pivotal Information Criterion (PIC), an alternative to the Bayesian Information Criterion (BIC), cross-validation, and Lasso-based tuning. The regularization parameter is selected from a pivotal null-distribution statistic, eliminating the need for cross-validation and yielding sharper support recovery. Provides Fast Iterative Shrinkage-Thresholding Algorithm (FISTA) optimization for the L1, Smoothly Clipped Absolute Deviation (SCAD), and Minimax Concave Penalty (MCP) penalties across six response distributions: Gaussian, binomial, Poisson, exponential, Gumbel, and Cox. Under standard sparsity assumptions, the selector achieves a phase transition for exact support recovery, analogous to results in compressed sensing. See Sardy, van Cutsem and van de Geer (2026) <doi:10.48550/arXiv.2603.04172>.

Authors:Maxime van Cutsem [aut, cre], Sylvain Sardy [aut]

picreg_0.1.3.tar.gz
picreg_0.1.3.zip(r-4.7)picreg_0.1.3.zip(r-4.6)picreg_0.1.3.zip(r-4.5)
picreg_0.1.3.tgz(r-4.6-x86_64)picreg_0.1.3.tgz(r-4.6-arm64)picreg_0.1.3.tgz(r-4.5-x86_64)picreg_0.1.3.tgz(r-4.5-arm64)
picreg_0.1.3.tar.gz(r-4.7-arm64)picreg_0.1.3.tar.gz(r-4.7-x86_64)picreg_0.1.3.tar.gz(r-4.6-arm64)picreg_0.1.3.tar.gz(r-4.6-x86_64)
picreg_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
picreg/json (API)
NEWS

# Install 'picreg' in R:
install.packages('picreg', repos = c('https://vcmaxouuu.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/vcmaxouuu/picreg/issues

Pkgdown/docs site:https://vcmaxouuu.github.io

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
Datasets:
  • BinomialExample - Small binary-classification dataset for the Binomial section of the vignette.
  • CoxExample - Small survival dataset for the Cox section of the vignette.
  • QuickStartExample - Small Gaussian dataset for the introductory vignette.

On CRAN:

Conda:

openblascpp

4.30 score 13 exports 11 dependencies

Last updated from:6fa7e6c049. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK209
linux-devel-x86_64OK197
source / vignettesOK272
linux-release-arm64OK190
linux-release-x86_64OK243
macos-release-arm64OK212
macos-release-x86_64OK357
macos-oldrel-arm64OK151
macos-oldrel-x86_64OK350
windows-develOK222
windows-releaseOK207
windows-oldrelOK229
wasm-releaseOK167

Exports:assessbaseline_functionsconcordance_indexcox_partial_log_likelihoodfeature_effects_on_survivallambda_pdbpdb_asymptoticpdb_summaryphase_transitionpicplot_baselineplot_survival_curvespredict_survival_function

Dependencies:codetoolsdigestfuturefuture.applyglobalslatticelistenvMatrixparallellyRcppRcppArmadillo

An introduction to picreg

Rendered fromvignette.Rmdusingknitr::rmarkdownon Jun 04 2026.

Last update: 2026-06-04
Started: 2026-05-26

Readme and manuals

Help Manual

Help pageTopics
Assess performance of a 'pic' fit.assess assess.pic
Breslow baseline cumulative hazard and survival.baseline_functions
Small binary-classification dataset for the Binomial section of the vignette.BinomialExample
Coefficients of a fitted pic model.coef.pic
Harrell's concordance index.concordance_index
Breslow partial log-likelihood (negative, normalized by 'n').cox_partial_log_likelihood
Small survival dataset for the Cox section of the vignette.CoxExample
Effect of one feature on the Cox survival curve.feature_effects_on_survival
Pivotal Detection Boundary regularization selectorlambda_pdb
Asymptotic behavior of the PDB null distribution.pdb_asymptotic
Summary of the PDB lambda selector.pdb_summary
Phase-transition analysis of support recovery.phase_transition
Sparse linear regression using the Pivotal Information Criterion.pic
GLM families for pic — descriptor layer.pic_families
S3 methods for fitted pic objects.pic_methods
Sparsity-inducing penalties for pic.pic_penalties
Plot methods for pic fits and diagnostics.pic_plots
Survival utilities for the Cox family.pic_survival
Plot Cox baseline cumulative hazard and baseline survival.plot_baseline
Plot subject-specific Cox survival curves.plot_survival_curves
Horizontal lollipop plot of the non-zero coefficients of a pic fit.plot.pic
Plot the PDB null distribution.plot.pic.lambda_pdb
Plot of the PDB asymptotic behavior.plot.pic.pdb_asymptotic
Phase-transition plot for a 'pic.phase_transition' object.plot.pic.phase_transition
Survival curves for new data from a fitted Cox pic model.predict_survival_function
Linear predictor / response prediction for a pic fit.predict.pic
Pretty-print a pic family descriptor.print.pic.family
Print PDB asymptotic diagnostic.print.pic.pdb_asymptotic
Print phase-transition analysis.print.pic.phase_transition
Print a 'summary.pic' object.print.summary.pic
Small Gaussian dataset for the introductory vignette.QuickStartExample
Summarize a fitted pic model.summary.pic