Skip to content

Commit fc43c84

Browse files
committed
replaced non-ACII-character
1 parent e7b7737 commit fc43c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/age.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ age <- function(
331331
#' }
332332
#'
333333
#' The standard deviation is computed using \code{\link[stats]{sd}},
334-
#' corresponding to the sample standard deviation with denominator n1 n - 1 n1.
334+
#' corresponding to the sample standard deviation with denominator n-1 n - 1 n-1.
335335
#'
336336
#' Rows with non-coercible or missing age values are removed prior to
337337
#' computation.

0 commit comments

Comments
 (0)