Description Usage Arguments Value Examples
Extract Hclust object.
1 | getHclustObj(badrate, distanceMethod = "euclidean", clustMethod = "ward.D2")
|
badrate |
A vector of bad rate value for each band. Can be generated by getBadRate(). |
distanceMethod |
A character value, check ?dist. |
clustMethod |
A character value, check ?hclust. |
An object of hclust class.
1 2 3 4 | data(lendclub)
badrate <- getBadRate(lendclub$loan_status, lendclub$home_ownership)
hclust <- getHclustObj(badrate)
plot(hclust)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.