R/surveysampler.R

################################################################################
#
#'
#' Survey Sampling and Analysis Tools
#'
#' Studies that evaluate survey sampling and analysis approaches require varied
#' techniques and methods not found in a single package in R. This package
#' provides utilities that aid and simplify these approaches to enable
#' streamlined assessment and comparison of different survey sampling and
#' analysis techniques.
#'
#' @docType package
#' @name surveysampler
#' @keywords internal
#' importFrom graphics abline points
#' importFrom stats approxfun density runif aggregate
#' importFrom grDevices dev.off png
#' importFrom MatchIt matchit match.data
#'
#
################################################################################
"_PACKAGE"
ernestguevarra/surveysampler documentation built on Jan. 2, 2022, 4:25 a.m.