Displaying 1 result from an estimated 1 matches for "testedgrade".
2010 Jun 28
2
Lattice and Beamer
...duction are the lattice package and the beamer class for presentation in Latex. One thing I have not become very good at is properly sizing my visuals to look good in a presentation.
For instance, I have the following code that creates a nice plot (sorry, cannot provide reproducible data).
bwplot(testedgrade~person_measure|gender + ethnicity, pfile, layout=c(2,5),
main = 'Distribution of Person Measure by Grade\n Conditional on Gender and Ethnicity (Math)',
xlab = 'Grade')
Now inside my latex document using the beamer class for presentation I have the following
\begin{...