Changelog
Source:NEWS.md
Version 2.0.0
CRAN release: 2025-01-07
- Major updates to function argument naming to improve consistency. Most of the arguments are backward compatible.
- New set of unit tests.
- New vignette on specifying cluster-level model for mortality estimation.
- Improvements to existing functions.
Version 1.4.0
CRAN release: 2024-03-01
- New major functions for population and prevalence simulation based on population frame and population density information, along with methods for aggregating pixel level prevalences and populations to the areal level.
Version 1.2.1
CRAN release: 2022-02-14
-
smoothSurveynow can return posterior draws. - More flexible strata effect specification in
smoothCluster. - Discrete cut option for
mapPlot - Internal changes to work with the latest INLA version 21.11.22.
Version 1.2.0 (2021-07-01)
CRAN release: 2021-07-06
- Major expansion for
smoothSurveyto implement popular SAE methods. Syntax change to the function. - Allows
smoothDirectandsmoothClusterto fit space-only models. -
smoothSurvey,smoothDirect, andsmoothClusternow returns S3 classed objects. - Bug fixes.
Version 1.1.0 (2021-01-31)
CRAN release: 2021-02-02
- New features:
- Allows stratum-specific time trends to be shared in cluster-level models.
- Allows age truncated to full years to be adjusted with the
age.truncatevariable ingetBirthsfunction. This corrects the person-month calculation for DHS surveys where the age in months are reported in only full years for children above 24 months old.
- Major bug fix: the person-months records produced by
getBirthsfunction contained an error in the previous versions, leading to incorrect death counts and exposure months. In addition, when age bands are specified to be different from the default, the age variable of the output could be wrong. These bugs are now fixed in the latest version. - Other bug fixes:
- Fix incorrectly calculated time main effect in
getDiagfunction. - Fix bug when data contain rows with incorrectly labeled time periods.
- Fix but when
year.cutargument is of length 2 ingetBirthsfunction.
- Fix incorrectly calculated time main effect in
Version 1.0.0 (2020-07-01)
CRAN release: 2020-07-09
- Major updates to functions.
-
fitGenericis nowsmoothSurvey -
fitINLAis nowsmoothDirect -
fitINLA2is nowsmoothCluster - More extensions in both smoothed direct and cluster level models.
- Major changes to how temporal models are specified with
time.modelandst.time.model. - More interpretable parameterization of slope and random slopes.
- More visualization options.
- Note: Previous function name and argument syntax remain to work as before, but may not receive high priority in maintenance in the future.
-
- Many minor improvements in functions.
- Better model summary message.
- Removed unnecessary function arguments, e.g.,
geoin various functions. - Removed the requirement to repeated specifying
Amat,year_labelandyear_range. Now they are only required in the model fitting stage.
- New vignettes.
Version 0.3.1 (2019-10-23)
- Fixed minor typo that lower and upper bounds switched after applying aggregateSurvey().
- Add option to remove person-month records if last time period contain only k years of data in getBirth().
- Improved mapPlot().
Version 0.3.0 (2019-10-01)
CRAN release: 2019-10-23
- Version 0.3.0 contains some major updates from the previous versions.
- The following functions have been renamed. Most of the function arguments remain the same:
-
countrySummaryis nowgetDirect -
cuontrySummary_multis nowgetDirectList -
fitspaceis nowfitGeneric -
projINLAis nowgetSmooth
-
- Major new functions:
-
fitINLA2: implements new smoothing methods based on binomial models at cluster level. -
getDiag: produce diagnostic plots for the fitted model. -
hatchPlot: plot variables on a map with hatching indicating the width of the credible interval.
-
- The following help functions are added:
-
getAdjusted: produce adjusted estimates for a fitted model -
getAmat: automatic extract spatial adjacency matrix from the polygon file. -
getCounts: aggregate person-month data into counts and totals by groups. -
mapPoints: map GPS points to polygon regions.
-
- Default prior changed to BYM2 + PC priors.
- Various name changes for function arguments to reduce ambiguity.
- Various output column name change to improve consistency across functions.
- Three set of new vignettes are provided to guide users through various modeling workflow.