config-i1 / greybox

Regression model building and forecasting in R
30 stars 7 forks source link

Measures of association and advanced plot functions #23

Closed config-i1 closed 5 years ago

config-i1 commented 5 years ago

Create functions that for the provided matrix / data.frame:

  1. Return a matrix of measures association, calculated correctly for each variable in the data (e.g. Pearson's correlations for metric variables and Phi for nominal etc),
  2. Return a mixture of scatter plots and boxplots depending on the types of variables (e.g. scatter for metric scales and boxplots for the metrics vs categorical).

This should help in the analysis of data.

config-i1 commented 5 years ago

(2) is done in 74a586b3ebc40fdc5c49e6cbf0da4cbf78456276

config-i1 commented 5 years ago

Both are now done (see ab2049d4a0cb9f97c757085df8a7f7296b78c84b)