Skip to content

Commit

Permalink
Update the title and description
Browse files Browse the repository at this point in the history
during class
  • Loading branch information
caxton-m committed Feb 26, 2024
1 parent 0d1c4a0 commit e571ccc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions R/match-statistics.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#' @name match_statistics
#' @aliases match_statistics match_statistics_display
#' @export match_statistics match_statistics_display
#' @title Create explicit factor level for missing values.
#'
#' @description Missing values are converted to a factor level.
#' This explicit assignment can reduce the chances
#' that missing values are inadvertently ignored.
#' It also allows the presence of a missing to become a predictor in models.
#' @title Assess the quality of a join between two dataframes.
#'
#' @description This function compares contents of two joined dataframes.
#' It assesses the (1) overlap, (2) difference, and (3) missingness between the two [data.frame]s.
#' It is similar to a Venn diagram, but in a tabular format.
#'
#' @param d_parent A `data.frame` of the parent table.
#' @param d_child A `data.frame` of the child table.
Expand Down

0 comments on commit e571ccc

Please sign in to comment.