
Designed for students with basic Stata knowledge and graphical user interface familiarity, using a single large dataset to illustrate which graphical tool answers which questions.
Load the dataset dot dot dta in Stata to explore eight hundred nineteen observations on student perceptions of academic misconduct across business and engineering majors.
visualize data with stata to explore questions like the GPA distribution and cheating levels, and choose visualization tools based on variable type and research question.
Explore the distribution of a single continuous variable, like GPA, with graphical tools, and learn about grouping variables and labeling for group comparisons.
Generate histograms in Stata to analyze GPA distributions, adjusting bars, gaps, and the option to display frequency or percent, and overlay a normal curve to assess normality.
Explore symmetry plots and quantized plots to assess symmetry and skewness, use quintiles to understand data distribution, and apply quantized normal plots to compare with the normal distribution.
Learn to create box plots in Stata with graph box, visualize GPA and English, and interpret medians, quartiles, upper and lower limits, and outliers.
Analyze the distribution of variables, noting GPA around 80 with a normal distribution and no outliers. English deviates from normality with lower averages and outliers; explore engage and cheating perceptions.
Explore group differences by visualizing variables such as GPA by gender and school, and examine how taking business ethics relates to attitudes and behaviors around academic cheating.
Explore Stata histogram commands, by and two-way overlays, and kernel density plots to compare gender and other groups, with legend labeling for engage, think, and other variables.
Use quantile-quantile plots to compare a variable's distribution between two groups in Stata. Generate group-specific variables, plot the q q plot, and interpret points relative to the diagonal.
Learn to compare groups with box plots in Stata, plotting GPA by gender or major using graph box and the over option. Adjust labels to reveal medians and quartiles.
Learn to create bar graphs in Stata with the graph bar command to compare groups on a single statistic. Use by for grouping, choose mean or median, and apply sorting.
Draw dot plots using Stata to compare GPA across majors, mirroring bar graphs, and choose between mean or median by specifying p50 for the median.
Explore visualizing data in Stata by comparing groups with overlayed programs, using bar and box plots to study differences across multiple group variables.
Use Stata to visualize and study group differences with multiple categorical variables. Show that after taking a business ethics course, gender differences in engagement and misconduct may emerge.
Explore box plots in Stata to compare group differences using by and over options, including gender, college, and major, with color-coded displays and quartile insights.
Learn to create bar graphs in Stata with graph bar, splitting engagement by college, gender, and major, and compare mean versus median within groups.
Visualize engagement using Stata dot plots to compare groups by college, gender, and major, using by and over options, with the median option (p50) and color to distinguish multiple series.
Explore how stata's tools visualize single variables and group differences using density plots, dot plots, and box plots, and learn to customize colors, axes, titles, and layout to enhance clarity.
This introduction covers customizing Stata visualizations, detailing options for colors, axis labels, and legend labeling and position, plus shared options across dot plots and bar graphs, with type-specific sections.
Learn to customize Stata graphs by adjusting the y axis title and labels, relabeling groups with over, and tuning titles, fonts, and legends for bar, box, and dot plots.
Learn how schemes in Stata provide preset graph formats and how to view, install, and apply them to charts. See economist and Fiji schemes and customize legend positions.
Master box plots in Stata using graph box, color boxes, adjust whiskers and caps, customize the median line or marker, and label or omit outliers.
Learn to create and customize bar graphs in Stata, stacking GPA by gender and college with graph bar. Adjust fills, borders, and labels using fcolor, color, and b label.
Learn how to customize dot plots in Stata by adjusting markers, colors, and sizes, and by changing the horizontal lines with dots, lines, or rectangles.
Explore powerful graph customization in stata using the command prompt, reproduce graphs easily, and adapt existing schemes from the startup community to suit changing data.
Learn to visualize relationships between two or more variables using graphical tools in stata. See how language proficiency relates to GPA and how beliefs about cheating influence behavior.
Learn to compare distributions of two variables using quantile-quantile plots, with examples like think vs engage and GPA vs English, interpreting dots relative to the diagonal.
Use the two-way command in Stata to generate scatter plots and box plots, revealing relationships among GPA, English, attendance, income, and withdraw.
Visualize median splines to smooth scatter plots, revealing how GPA relates to engagement in cheating, withdrawal, attendance, English, and income, and hinting at linear and quadratic patterns.
Explore parametric visual tools in Stata by overlaying linear, quadratic, and fractional polynomial fits on scatter plots, compare fit quality, and interpret relationships like GPA with attendance or income.
The two-way command adds multiple plots to one graph, enabling variable or group comparisons and allowing customization of colors and shapes.
Revisit bar graphs and box plots to visualize how groups differ in the relationships between variables, using two commands to study group differences and later customize the resulting graphs.
Extend simple graphs in stata to include multiple variables in bar graphs, dot plots, and box plots, comparing groups by gender and college and exploring relationships like gpa and attendance.
Use the twoway command to visualize GPA and income by subgroups, using the f qualifier for females and a legend to compare female and male engineering and business groups.
Explore how the twoway command customizes graphs with color, opacity, and line weight, and how schemes, y titled option, and two-column legends improve GPA and income visuals by gender.
Visualize distributions in Stata, compare distributions across groups, and explore relationships between two variables using twoway and dot plots; customize colors and styles, and refer to Michael Mitchell's visual guide.
This course introduces the student to the graphical capabilities of Stata. The course assumes only basic knowledge of data management in Stata. The student should be familiar with the graphical user interface, as well as with loading data sets into memory. The goal of this course is to teach the student the logic of extracting meaning from data sets using visualization tools. This is accomplished by using a single data set from the start of the course up until the very end. Students will learn how to use histograms, quantile plots, and symmetry plots. In addition, students will also learn how to use these tools in order to investigate whether group differences exist. The course then introduces students to bar graphs, box plots, and dot plots, and how these graphs can be used to study differences in groups that are divided along more than one dimension. Finally, the course shows students how to produce graphs that describe the relationship between two variables. Students are taught how to decide which type of plot is best suited for their needs. Throughout the course, students will also learn how to customize the colors and shapes used in the graphs.