I hope someone can help me as I have spent countless hours trying to recreate the graph output in journal article. Both DV: FS_Scale and IV:runoutworry are categorical predictors (Likert Scale from 1-7) and I want to show the trend (+/-) . For e.g. how many people on the 7 pt runoutworry(x-axis) is also showing up also as 7 pt on y-axis FS_Scale? The output I want to mimic is able to show 1 -7 for both x-axis and y-axis but when I coded it, it came out showing frequencies on y-axis instead. I think I am doing something wrong or is it impossible? Thank you so much.
Here is my code
drop if runoutworry==. drop if FS_Scale==. collapse (count) runoutworry, by(FS_Scale) browse twoway (line runoutworry FS_Scale, sort lcolor(black) lwidth(medium) lpattern(longdash)) (scatter runoutworry FS_Scale, msize(medium) msymbol(circle) mlabel(runoutworry) mlabsize(medium)), /// ytitle(count of run out worry) ylabel(0(200)1000, angle(horizontal)) xlabel(1(1)7) legend(off) plotregion(margin(large)) xtitle(FS Scale)
Related Posts with Two-way line graphs
Cox Regress with the restricted cubic spline, graph Hi everyone I want to create a restricted cubic spline graph to represent x axis (continuous variab…
How to send frame results to ExcelHello everyone, I am totally a beginner at Stata. I would like to drop certain variables before fur…
How to include nominal variables in Structural Equation Modelling (SEM)I want to perform a SEM analysis for my dissertation The outcome variable is 'depression' which is a…
Replacing missing values with criterionHello everyone, I am working with panel data, and I would like to ask you again for help. I would li…
Unable to merge data: obtaining return code r(601)Hi all, I have a dataset with data on the Gini index for Brazilian municipalities in 2010. I need t…
Subscribe to:
Post Comments (Atom)
0 Response to Two-way line graphs
Post a Comment