Resistant correlations and clustering with the biwt package2 years ago
Introduction | biwt package functions | Functions for resistant estimation | biwt.est() | biwt.est(x, r = 0.2, med.init = covMcd(x)) | biwt_est() | biwt_est(x, r, med.init) | Functions for resistant correlation | biwt.cor() | biwt.cor(x, r = 0.2, output = "matrix", median = TRUE, full.init = TRUE, absval = TRUE) | biwt_cor() | biwt_cor(x, r, median = TRUE, full.init = TRUE) | biwt_cor_matrix() | biwt_cor_matrix(x, r, median = TRUE, full.init = TRUE) | biwt_dist_matrix() | biwt_dist_matrix(x, r, median = TRUE, full.init = TRUE, absval = TRUE) | Correlation | Biweight Correlation | Pearson Correlation | Comparison of Biweight and Pearson correlation on clean data | Comparison of Biweight and Pearson correlation on contaminated data | Simulation Study | Example #1: breakdown > contamination, 20% compressed contamination | Example #2: breakdown > contamination, 20% diffuse contamination | Example #3: breakdown < contamination, 40% compressed contamination | Example #4: low population correlation parameter of 0.1, 20% compressed contamination | Presidential Candidate Voting Data | Dendrograms | Biweight dendrogram | Euclidean dendrogram | Pearson dendrogram | Heatmaps | Biweight Heatmap | Euclidean Heatmap | Pearson Heatmap
biwt 1.1.0Frances Heitkemper, Justine Ouellette, and Johanna Hardinbiwt.Rmd