# create a resi object
resi_obj <- resi(lm(charges ~ region * age + bmi + sex, data = RESI::insurance),
nboot = 10)
# plot coefficients table, changing size of labels for both axes in the usual way
plot(resi_obj, cex.axis = 0.7)
# plot ANOVA table, changing the size of just the y-axis
plot(resi_obj, ycex.axis = 0.8)
Run the code above in your browser using DataLab