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
merge when value of one variable in dataset 1 matches either value of two variables in dataset 2Hi, I'm trying to merge two datasets by phone number. In dataset 1, each observation only has one ph…
Kaplan Meyer CurveHello, I am working on a survival analysis paper and one of the reviewers has asked me to add censor…
Regression discontinuity, revising/improving code from version 8.2 for version 15.1I came across a clear introduction to regression discontinuity in chapter 16 of Khandker, Shahidur R…
Type mismatchI keep getting a 'type mismatch' error and I'm stumped. All feedback would be greatly appreciated! …
impulse response functions modificationsHello, I was wondering if there is a way to modify the impulse magnitude in the impulse response fuc…
Subscribe to:
Post Comments (Atom)
0 Response to How to 'zoom' in on the central area of a graph, after mca
Post a Comment