Skip to content

prclust

Penalized Regression-Based Clustering Method

v1.3 · Dec 13, 2016 · GPL-2 | GPL-3

Description

Clustering is unsupervised and exploratory in nature. Yet, it can be performed through penalized regression with grouping pursuit. In this package, we provide two algorithms for fitting the penalized regression-based clustering (PRclust) with non-convex grouping penalties, such as group truncated lasso, MCP and SCAD. One algorithm is based on quadratic penalty and difference convex method. Another algorithm is based on difference convex and ADMM, called DC-ADD, which is more efficient. Generalized cross validation and stability based method were provided to select the tuning parameters. Rand index, adjusted Rand index and Jaccard index were provided to estimate the agreement between estimated cluster memberships and the truth.

Downloads

297

Last 30 days

13676th

920

Last 90 days

3.4K

Last year

Trend: -0.7% (30d vs prior 30d)

CRAN Check Status

4 NOTE
10 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (4 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Chong Wu <wuxx0845@umn.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Chong",
                      family = "Wu",
                      role = c("aut", "cre"),
                      email = "wuxx0845@umn.edu"),
               person(given = "Wei",
                      family = "Pan",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Chong Wu <wuxx0845@umn.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Chong",
                      family = "Wu",
                      role = c("aut", "cre"),
                      email = "wuxx0845@umn.edu"),
               person(given = "Wei",
                      family = "Pan",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘prclust/libs/prclust.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘prclust/libs/prclust.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Check History

NOTE 10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Chong Wu <wuxx0845@umn.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Chong",
                      family = "Wu",
                      role = c("aut", "cre"),
                      email = "wuxx0845@umn.edu"),
               person(given = "Wei",
                      family = "Pan",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Chong Wu <wuxx0845@umn.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Chong",
                      family = "Wu",
                      role = c("aut", "cre"),
                      email = "wuxx0845@umn.edu"),
               person(given = "Wei",
                      family = "Pan",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘prclust/libs/prclust.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘prclust/libs/prclust.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Reverse Dependencies (1)

suggests

Dependency Network

Dependencies Reverse dependencies Rcpp FCPS prclust

Version History

new 1.3 Mar 10, 2026
updated 1.3 ← 1.2 diff Dec 12, 2016
updated 1.2 ← 1.1 diff Jul 19, 2016
updated 1.1 ← 1.0 diff Nov 12, 2015
new 1.0 Nov 5, 2015