Skip to content

clustrd

Methods for Joint Dimension Reduction and Clustering

v1.4.0 · Jul 16, 2022 · GPL-3

Description

A class of methods that combine dimension reduction and clustering of continuous, categorical or mixed-type data (Markos, Iodice D'Enza and van de Velden 2019; <DOI:10.18637/jss.v091.i10>). For continuous data, the package contains implementations of factorial K-means (Vichi and Kiers 2001; <DOI:10.1016/S0167-9473(00)00064-5>) and reduced K-means (De Soete and Carroll 1994; <DOI:10.1007/978-3-642-51175-2_24>); both methods that combine principal component analysis with K-means clustering. For categorical data, the package provides MCA K-means (Hwang, Dillon and Takane 2006; <DOI:10.1007/s11336-004-1173-x>), i-FCB (Iodice D'Enza and Palumbo 2013, <DOI:10.1007/s00180-012-0329-x>) and Cluster Correspondence Analysis (van de Velden, Iodice D'Enza and Palumbo 2017; <DOI:10.1007/s11336-016-9514-0>), which combine multiple correspondence analysis with K-means. For mixed-type data, it provides mixed Reduced K-means and mixed Factorial K-means (van de Velden, Iodice D'Enza and Markos 2019; <DOI:10.1002/wics.1456>), which combine PCA for mixed-type data with K-means.

Downloads

418

Last 30 days

9038th

1.5K

Last 90 days

6.2K

Last year

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

CRAN Check Status

14 NOTE
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 NOTE
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 NOTE
r-release-macos-arm64 NOTE
r-release-macos-x86_64 NOTE
r-release-windows-x86_64 NOTE
Check details (16 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Angelos Markos <amarkos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Angelos",
                      family = "Markos",
                      role = c("aut", "cre"),
                      email = "amarkos@gmail.com"),
               person(given = c("Alfonso", "Iodice"),
                      family = "D'Enza",
                      role = "aut"),
               person(given = "Michel",
                      family = "van de Velden",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-clang

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Angelos Markos <amarkos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Angelos",
                      family = "Markos",
                      role = c("aut", "cre"),
                      email = "amarkos@gmail.com"),
               person(given = c("Alfonso", "Iodice"),
                      family = "D'Enza",
                      role = "aut"),
               person(given = "Michel",
                      family = "van de Velden",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-macos-arm64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                                                                                                                         ^
checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clustering method of choice to S_i and T_i and obtain C^{S_i} and C^{T_i}.
       |                                                                                                                           
...[truncated]...
    ^
checkRd: (-1) local_bootclus.Rd:41: Lost braces; missing escapes or markup?
    41 | \emph{Step 3. Evaluation}: Obtain the maximum Jaccard agreement between each original cluster C_k and each one of the two bootstrap clusters, C_^k'{XS_i} and C_^k'{XT_i} as measure of agreement and stability, and take the average of each pair.
       |                                                                                                                                                                    ^
checkRd: (-1) local_bootclus.Rd:54: Lost braces; missing escapes or markup?
    54 | \item{clust1}{Partitions, C^{XS_i} of the original data, X, predicted from clustering bootstrap sample S_i (see Details)}
       |                             ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^

Check History

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

CRAN incoming feasibility

Maintainer: ‘Angelos Markos <amarkos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Angelos",
                      family = "Markos",
                      role = c("aut", "cre"),
           
...[truncated]...
n(given = c("Alfonso", "Iodice"),
                      family = "D'Enza",
                      role = "aut"),
               person(given = "Michel",
                      family = "van de Velden",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Angelos Markos <amarkos@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Angelos",
                      family = "Markos",
                      role = c("aut", "cre"),
           
...[truncated]...
n(given = c("Alfonso", "Iodice"),
                      family = "D'Enza",
                      role = "aut"),
               person(given = "Michel",
                      family = "van de Velden",
                      role = "aut"))
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-macos-arm64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) global_bootclus.Rd:38: Lost braces; missing escapes or markup?
    38 | \emph{Step 1. Resampling:} Draw bootstrap samples S_i and T_i of size \emph{n} from the data and use the original data, X, as evaluation set E_i = X. Apply the clus
...[truncated]...
   ^
checkRd: (-1) local_bootclus.Rd:55: Lost braces; missing escapes or markup?
    55 | \item{clust2}{Partitions, C^{XT_i} of the original data, X, predicted from clustering bootstrap sample T_i (see Details)}
       |                             ^

Reverse Dependencies (2)

suggests

Dependency Network

Dependencies Reverse dependencies ggplot2 rARPACK tibble corpcor GGally fpc cluster dplyr plyr ggrepel ca FCPS clusterMI clustrd

Version History

new 1.4.0 Mar 10, 2026
updated 1.4.0 ← 1.3.9 diff Jul 16, 2022
updated 1.3.9 ← 1.3.8 diff Nov 25, 2021
updated 1.3.8 ← 1.3.7-2 diff Nov 17, 2021
updated 1.3.7-2 ← 1.3.7 diff Feb 28, 2020
updated 1.3.7 ← 1.3.6-2 diff Feb 8, 2020
updated 1.3.6-2 ← 1.3.6 diff Oct 27, 2019
updated 1.3.6 ← 1.3.5 diff Oct 6, 2019
updated 1.3.5 ← 1.3.4 diff Sep 6, 2019
updated 1.3.4 ← 1.3.2 diff Aug 20, 2019
updated 1.3.2 ← 1.3.1 diff Jul 10, 2019
updated 1.3.1 ← 1.3 diff May 7, 2019
updated 1.3 ← 1.2.2 diff Apr 22, 2019
updated 1.2.2 ← 1.2.1 diff May 2, 2018
updated 1.2.1 ← 1.2.0 diff Apr 15, 2018
updated 1.2.0 ← 1.1.9 diff May 28, 2017
updated 1.1.9 ← 1.1.0 diff Apr 23, 2017
updated 1.1.0 ← 1.0.9 diff Dec 5, 2016
updated 1.0.9 ← 1.0.2 diff Nov 9, 2016
updated 1.0.2 ← 0.1.2 diff Oct 31, 2016