Description Usage Arguments Value Examples
View source: R/QuantAnalysis.R
Heirachical clustering around latents
1 | pca_hclust(ret)
|
ret |
data.frame contaning return time-series |
hclust result from the distance calculated from PCA
1 2 3 4 5 | data(ETF)
hclust_res <- pca_hclust(res)
# plot dendrogram
plot(h_clust_res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.