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
summary of the scores into one row clear input id question str10 d1 str10 d2 str10 d3 scores smoking 1 2.1 "23/01/2013" "05/02/2015" "…
How to save the content of result interface in STATA?When trying to save the content of the results interface of STATA, I found this discussion (https://…
Plotting yearly and monthly data in the same graphHi all, I have two variables. Let's say I observe variable M each month. However, for variable Y, I…
Wald(chi) missing in Random EffectsI am testing the effect of ESG rankings on effective tax rate and Hausman test shows me to do random…
F-tests on coefficients of non-nested regressionsHi guys I'm using ivreg2 with Stata 16.0 and windows 10 OS. I want to test the equality of coeffici…
Subscribe to:
Post Comments (Atom)
0 Response to How to 'zoom' in on the central area of a graph, after mca
Post a Comment