The plot() method provides (a) the boxplot of variance estimates, when effective sample sizes are estimated through kish method; (b) a scatterplot of both original and smoothed estimates versus the area sample sizes, when variance smoothing is performed through methods ols and gls.
## S3 method for class 'smoothing_fitsae'plot(x, size =2.5, alpha =0.8,...)
Arguments
x: A smoothing_fitsae object.
size: Aesthetic option denoting the size of scatterplots points, see geom_point documentation.
alpha: Aesthetic option denoting the opacity of scatterplots points, see geom_point documentation.