I am using Stata 15.1
I would like to create a secondary graph that focuses in on the output of a joint correspondence analysis. The sample code below uses the dataset as per the Stata manual info for MCA. When this graph is created i would ideally like to be able to place a rectangle around the points x = -2,2 y = -2,2 and then produce another graph that focuses on that area. Can someone please help me with code to do this?
[CODE][
use https://ift.tt/2Fu8cDS
describe
mca A-D, method(joint) normalize(principal)
mcaplot, overlay origin
/CODE]
Related Posts with How to 'zoom' in on the central area of a graph, after mca
IGM userwritten programDear friends, I am trying on the stata command, igmobil with upward mobile index using a written pro…
Counting Outliers using standard deviationsHi, I have a variable Y, is there any stata function that can help me to count and identify the outl…
HLM Models and Cluster Variable SelectionI am involved in a research project examining HIV risk behaviors, pooling data from recent surveys i…
error in panel dataHi, i am trying to set a panel data. I have a list of M&A deals during 2010-2010 and i want to a…
Hausman test problemHi, I am doing a Hausman test and run 2 regressions, with re and fe. But for some reason i can do i…
Subscribe to:
Post Comments (Atom)
0 Response to How to 'zoom' in on the central area of a graph, after mca
Post a Comment