Skip to content

Commit d47beb0

Browse files
committed
Updated rendering
1 parent 1d621bc commit d47beb0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

R/summary.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#' deviation of the quantitative variable `x`. An optional second, categorical
55
#' variable can be specified and values will be calculated separately for
66
#' each group. The number of digits in output can also be specified. Skewness is
7-
#' sample skewness: \eqn{g_1 := \frac{m_3}{m_2^{3/2}}}, where
8-
#' \eqn{m_2 := \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^2}
9-
#' and \eqn{m_3 := \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^3} are second and third
7+
#' sample skewness: \eqn{g_1 = \frac{m_3}{m_2^{3/2}}}, where
8+
#' \eqn{m_2 = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^2}
9+
#' and \eqn{m_3 = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^3} are second and third
1010
#' central sample moments.
1111
#'
1212
#' @param x data to summarize.

_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ destination: docs
44

55
template:
66
bootstrap: 5
7+
math-rendering: mathjax
78

89
search:
910
exclude: ['news/index.html']

0 commit comments

Comments
 (0)