diff --git a/README.Rmd b/README.Rmd index be58f28..96a5cdc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,8 +17,8 @@ knitr::opts_chunk$set( -## saeczi -#### (Small Area Estimation for Continous Zero Inflated data) +# saeczi +### (Small Area Estimation for Continous Zero Inflated data) `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: diff --git a/README.md b/README.md index 0f9f582..2038956 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ [![R-CMD-check](https://github.com/harvard-ufds/saeczi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/harvard-ufds/saeczi/actions/workflows/R-CMD-check.yaml) -## saeczi +# saeczi -#### (Small Area Estimation for Continous Zero Inflated data) +### (Small Area Estimation for Continous Zero Inflated data) `saeczi` is an R package that implements a small area estimator that uses a two-stage modeling approach for zero-inflated response variables.