powered by
Map the coordinates of the individuals in a CSA and its MCA
map.csa.mca( csa.object, mca.dim = 1, csa.dim = 1, smooth = TRUE, method = "auto" )
a result object created by the soc.csa function
the dimension from the original MCA
the dimension from the CSA
if TRUE a line is added to the plot
the method used by ggplot to set the line see geom_smooth
soc.csa, map.csa.all, linkmap.csa.mca.array
# NOT RUN { example(soc.csa) csa.res <- soc.csa(result, class.age) map.csa.mca(csa.res, mca.dim = 2, csa.dim = 1) # }
Run the code above in your browser using DataLab