Simulate and Summarize Projection Pursuit Index (PPI) Values
ppi_mean.Rd
Simulate and Summarize Projection Pursuit Index (PPI) Values
Value
A tibble with:
var_i
,var_j
: Names of variable pairsmean_index
: Mean index value over simulations
Examples
data <- as.data.frame(data_gen(type = "polynomial", degree = 2))
ppi_mean(data, scag_index("stringy"), n_sim = 10)
#> # A tibble: 1 × 3
#> var_i var_j mean_index
#> <chr> <chr> <dbl>
#> 1 1 2 1