Inserting a Stata Figure (LaTeX)
Using tenuredata.dta, create a graph in Stata and include it in your LaTeX document. Start by loading tenuredata.dta.
- Create a scatter plot of
yieldagainstq_f_ha(fertilizer per hectare) with a fitted line (lfit). Choose formatting option for the markers, line, and axis titles. - In your
lastname.texunder Assignment 10, include the graph. Give it the captionRice yield vs fertilizer applicationand label itfig:scatter_rice.