View source: R/supvar-crossing-stats.R
supvar_crossing_stats | R Documentation |
Calculate crossed variables double breakdown of variance.
supvar_crossing_stats(
res_gda,
var_quali_df,
var_quali,
impute = TRUE,
axes = 1:2
)
res_gda |
MCA result. |
var_quali_df |
the supplementary data frame. |
var_quali |
crossed supplementary variable (vector separated by "_"). |
impute |
impute missing data (boolean). |
axes |
the GDA dimensions to calculate double breakdown of variance. |
Returns a list:
var |
double breakdown of variance. |
reg |
result of linear regressions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.