Skip to content

Commit

Permalink
fixing title and removing additional # for estimates_exist #24
Browse files Browse the repository at this point in the history
  • Loading branch information
thegargiulian committed Oct 25, 2023
1 parent dcb85a2 commit 557ee60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 2 additions & 4 deletions R/estimate_mse.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,15 @@ run_lcmcr <- function(stratum_data_prepped, stratum_name, min_n = 1,

}

#' @title estimates_exist
#'
#' @description Check whether stratum estimates already exist in pre-calculated files.
#' Check whether stratum estimates already exist in pre-calculated files.
#'
#' @param stratum_data_prepped A data frame including all records in a stratum of
#' interest. The data frame should only include the source columns prefixed with
#' `in_` and all columns should only contain 1's and 0's.
#' @param estimates_dir Directory containing pre-calculated estimates, if you
#' would like to use pre-calculated results.
#'
#' #' @return A list with two entries, `estimates_exist` and `estimates_path`.
#' @return A list with two entries, `estimates_exist` and `estimates_path`.
#' `estimates_exist` is a logical value indicating whether calculations for the
#' stratum of interest are available in the directory containing the pre-calculated
#' estimates. If `estimates_exist` is `TRUE`, `estimates_path` will contain the
Expand Down
11 changes: 6 additions & 5 deletions man/estimates_exist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 557ee60

Please sign in to comment.