Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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")
You can’t perform that action at this time.