calc_scags_wide | R Documentation |
Compute scagnostics on all possible scatter plots for the given data
calc_scags_wide( all_data, scags = c("outlying", "stringy", "striated", "striated2", "clumpy", "clumpy2", "sparse", "skewed", "convex", "skinny", "monotonic", "splines", "dcor"), out.rm = TRUE, euclid = FALSE )
all_data |
tibble of multivariate data on which to compute scagnostics |
scags |
collection of strings matching names of scagnostics to calculate: outlying, stringy, striated, striated2, striped, clumpy, clumpy2, sparse, skewed, convex, skinny, monotonic, splines, dcor |
out.rm |
logical indicator to indicate if outliers should be removed before calculating non outlying measures |
euclid |
logical indicator to use Euclidean distance |
A data frame that gives the data's scagnostic scores for each possible variable combination.
calc_scags
# Calculate selected scagnostics data(pk) calc_scags_wide(pk[,2:5], scags=c("outlying","monotonic"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.