#' 'SAEforest' - Estimating disaggregated indicators using Mixed Effects Random Forests
#'
#' The package \pkg{SAEforest} promotes the use of Mixed Effects Random Forests (MERFs) for
#' applications of Small Area Estimation (SAE). The package effectively combines functions for
#' the estimation of regionally disaggregated linear and nonlinear economic and inequality
#' indicators using survey sample data. Estimated models increase the precision of direct
#' estimates from survey data, combining unit-level and aggregated population level covariate
#' information from census or register data. Apart from point estimates, MSE estimates for requested
#' indicators can be easily obtained. The package provides procedures to facilitate the analysis
#' of model performance of MERFs and visualizes predictive relations from covariates and variable
#' importance. Additionally, users can summarize and map indicators and corresponding measures of
#' uncertainty. Methodological details for the functions in this package are found in Krennmair & Schmid (2022),
#' Krennmair et al. (2022a) and Krennmair et al. (2022b).
#'
#' @details
#' This package includes a main function \code{\link{MERFranger}} that is wrapped in
#' \code{\link{SAEforest_model}} for an improved SAE workflow.
#' Each function produces an object inheriting requested results of regionally disaggregated point
#' and uncertainty estimates. Additionally, statistical information on model fit and variable
#' importance is accessible through generic functions such as a summary (\code{\link{summary.SAEforest}})
#' or a class-specific plot function (\code{\link{plot.SAEforest}}). For a full documentation of
#' objects of class \code{SAEforest} see \code{\link{SAEforestObject}}. An overview of all currently
#' provided functions within this package can be be seen with \code{help(package="SAEforest")}.
#'
#' @references
#' Krennmair, P., & Schmid, T. (2022). Flexible Domain Prediction Using Mixed Effects
#' Random Forests. Journal of Royal Statistical Society: Series C (Applied Statistics) (forthcoming).
#'
#' Krennmair, P., & Würz, N. & Schmid, T. (2022a). Analysing Opportunity Cost of Care Work using
#' Mixed Effects Random Forests under Aggregated Census Data.
#'
#' Krennmair, P., & Schmid, T & Tzavidis, Nikos. (2022b). The Estimation of Poverty Indicators Using
#' Mixed Effects Random Forests. Working Paper.
#'
#' @docType package
#' @name SAEforest
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.