Skip to content

Commit

Permalink
fixing titles for run_lcmcr, proportions_imputed, and proportions_obs…
Browse files Browse the repository at this point in the history
…erved #25
  • Loading branch information
thegargiulian committed Oct 25, 2023
1 parent c290880 commit 520e844
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 19 deletions.
7 changes: 2 additions & 5 deletions R/combine_replicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
# Copyright: 2023, HRDAG, GPL v2 or later
# ============================================

#' @title proportions_imputed
#'
#' @description Calculate the proportions of each level of a variable after
#' applying `combine_replicates` to complete data (that includes
#' imputed values).
#' Calculate the proportions of each level of a variable after
#' applying `combine_replicates` to complete data (includes imputed values).
#'
#' @param complete_data A data frame containing the output from `combine_replicates`.
#' @param strata_vars A vector of column names identifying the variables to be
Expand Down
4 changes: 1 addition & 3 deletions R/estimate_mse.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ get_valid_sources <- function(stratum_data_prepped, min_n = 1) {
}


#' @title run_lcmcr
#'
#' @description Calculate multiple systems estimation estimates using the Bayesian
#' Calculate multiple systems estimation estimates using the Bayesian
#' Non-Parametric Latent-Class Capture-Recapture model developed by Daniel
#' Manrique-Vallier (2016).
#'
Expand Down
6 changes: 2 additions & 4 deletions R/summary_observed.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
# Copyright: 2023, HRDAG, GPL v2 or later
# ============================================

#' @title proportions_observed
#'
#' @description Calculate the proportions of each level of a variable after
#' to calculate using `summary_observed` on observed values.
#' Calculate the proportions of each level of a variable after applying
#' `summary_observed` to observed values.
#'
#' @param obs_data A data frame containing the output from `summary_observed`.
#' @param strata_vars A vector of column names identifying the variables to be
Expand Down
6 changes: 3 additions & 3 deletions man/proportions_imputed.Rd

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

7 changes: 4 additions & 3 deletions man/proportions_observed.Rd

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

4 changes: 3 additions & 1 deletion man/run_lcmcr.Rd

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

0 comments on commit 520e844

Please sign in to comment.