ex_mcfa2 | R Documentation |
example for the sym.mcfa function.
data(ex_mcfa2)
An object of class data.frame
with 130 rows and 7 columns.
data("ex_mcfa2")
ex <- classic.to.sym(ex_mcfa2,
concept = employee_id,
variables = c(employee_id, salary, region, evaluation, years_worked),
salary = sym.set(salary),
region = sym.set(region),
evaluation = sym.set(evaluation),
years_worked = sym.set(years_worked))
res <- sym.mcfa(ex, c(1,2,3,4))
mcfa.scatterplot(res[,1], res[,2], sym.data = ex, pos.var = c(1,2,3,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.