Computes a matrix of associations (like R-squared or mutual information) of a collection of columns.
col_assoc(pm, target = NULL, given = NULL,
statistic = c("mutual information", "R squared", "classic dep prob"),
seed = NULL)
an edp_population_model object, from popmod
an optional list of column names, defaults to all columns
a list of values to condition on; list(a = 3)
means to compute the association conditional on a
being 3.
the name of the statistic to compute
if set, an integer to pass to EDP as a random seed for this call
a square matrix of column associations, where the edge length is
length(target)