From 3a687e1db9fc41c7216fbdff89ec959aa05b8b63 Mon Sep 17 00:00:00 2001 From: philchalmers Date: Mon, 30 Aug 2021 21:55:05 -0400 Subject: [PATCH] typo --- R/summary_functions.R | 2 +- man/CC.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/summary_functions.R b/R/summary_functions.R index b3756599..8cf8f2db 100644 --- a/R/summary_functions.R +++ b/R/summary_functions.R @@ -1038,7 +1038,7 @@ ECR <- function(CIs, parameter, tails = FALSE, CI_width = FALSE, #' #' @param x a vector or \code{data.frame}/\code{matrix} containing the #' variables to use. If a vector then the input \code{y} is required, -#' otherwise the cogruence coefficient is computed for all bivariate +#' otherwise the congruence coefficient is computed for all bivariate #' combinations #' #' @param y (optional) the second vector input to use if diff --git a/man/CC.Rd b/man/CC.Rd index 600534a6..b5ea9b4a 100644 --- a/man/CC.Rd +++ b/man/CC.Rd @@ -9,7 +9,7 @@ CC(x, y = NULL, unname = FALSE) \arguments{ \item{x}{a vector or \code{data.frame}/\code{matrix} containing the variables to use. If a vector then the input \code{y} is required, -otherwise the cogruence coefficient is computed for all bivariate +otherwise the congruence coefficient is computed for all bivariate combinations} \item{y}{(optional) the second vector input to use if