0

How can I change the size of the labels and the axis in a qqnorm from a LME model?

I am using qqnorm and pairs to evaluate the assumptions of LME models, using lme4 or nlme.

However, I am not being able to change the axis and legend size using cex function.

Code:

qqnorm(model, ~ranef(.) )

pairs(model, ~ ranef(.) | Group) # This is used to check homoscedasticity
aosmith
  • 34,856
  • 9
  • 84
  • 118
  • the plots are done in `lattice`, so have a wee search on how to change axis labels in for example xyplots. ie `pairs(model, ~ranef(.), scales=list(cex=3))` . ps it would be great if you added an example model / data to your question to allow your code to run – user20650 Jul 05 '18 at 19:33
  • Aosmith Thank you. that worked. How can I change the labels (legends) of the axis size? – Felipe R.A. Jul 05 '18 at 23:40

0 Answers0