clustcurv

Determining Groups in Multiples Curves


Keywords
clustering, data-analytics, machinelearning, multiple-curves, nonparametric-statistics, number-of-clusters, regression, survival-analysis
License
MIT

Documentation

clustcurv: Determining Groups in Multiple Curves

Build Status Coverage status CRAN status CRAN RStudio mirror downloads

clustcurv is an R package that provides a method for determining groups in multiple curves with an automatic selection of their number based on k-means or k-medians algorithms. The selection of the optimal number is provided by bootstrap methods. The methodology can be applied both in regression and survival framework.

Installation

clustcurv is available through both CRAN and GitHub.

Get the released version from CRAN:

install.packages("clustcurv")

Or the development version from GitHub:

# install.packages("devtools")
devtools::install_github("noramvillanueva/clustcurv")