Hi there,
I'd like to depict the standardized beta coefficients in a coefplot but don't know how...
This is the code I am using:
Thanks in advance!!
I'd like to depict the standardized beta coefficients in a coefplot but don't know how...
This is the code I am using:
Code:
regress studentsat totalincome teachingincome researchincome teachingstudentfte i.department i.region, beta estimates store m1 coefplot m1, /// plotlabels("Model 1" ) /// title("Regression Coeffients Modelling Points") /// graphregion(fcolor(white))

Comment