Skip to content

Commit

Permalink
Change keyword to lowercase, hopefully fixing pkgdown build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bschneidr committed Aug 30, 2023
1 parent 165a55f commit c21868b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/quadratic_forms.R
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ ht_matrix_to_joint_probs <- function(ht_quad_form) {
#' @param w Vector of weights (should all be nonnegative), of length \code{n}
#'
#' @return An \eqn{n \times n} matrix. This is the "hat matrix" for a WLS regression.
#' @keywords Internal
#' @keywords internal
#'
wls_hat_matrix <- function(X, w) {

Expand Down
2 changes: 1 addition & 1 deletion R/quadratic_forms_of_survey_design_objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ get_design_quad_form.twophase2 <- function(design, variance_estimator,
#' needed to represent the survey design.
#' The \code{index} element links each row of the original design
#' to a row of \code{design_subset}, so that the design can be "uncompressed."
#'
#' @keywords internal
compress_design <- function(design, vars_to_keep = NULL) {

UseMethod("compress_design", design)
Expand Down
1 change: 1 addition & 0 deletions man/compress_design.Rd

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

2 changes: 1 addition & 1 deletion man/wls_hat_matrix.Rd

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

0 comments on commit c21868b

Please sign in to comment.