diff --git a/README-zi-plot-1.png b/README-zi-plot-1.png index d46da9e..da5462a 100644 Binary files a/README-zi-plot-1.png and b/README-zi-plot-1.png differ diff --git a/README.Rmd b/README.Rmd index 8e0f303..be58f28 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ knitr::opts_chunk$set( `saeczi` is an R package that implements a small area estimator that uses a two-stage modeling approach for zero-inflated response variables. In particular, we are working with variables that follow a semi-continuous distribution with a mixture of zeroes and positive continuously distributed values. An example can be seen below: -```{r zi-plot, dpi = 300, fig.width = 6, fig.height=3, echo=F, message=F, warning=F} +```{r zi-plot, dpi = 300, fig.width = 5, fig.height=3, echo=F, message=F, warning=F} set.seed(6) library(tidyverse)