Skip to content

Commit 050b85c

Browse files
CopilotDominiqueMakowskistrengejacke
authored
[docs] Clarify that describe_distribution() returns excess kurtosis (#662)
* Initial plan * Clarify that kurtosis is excess kurtosis in describe_distribution docs Co-authored-by: DominiqueMakowski <[email protected]> * update rd --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DominiqueMakowski <[email protected]> Co-authored-by: Daniel <[email protected]>
1 parent 3e29512 commit 050b85c

File tree

10 files changed

+16
-11
lines changed

10 files changed

+16
-11
lines changed

β€ŽDESCRIPTIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ VignetteBuilder:
7676
Encoding: UTF-8
7777
Language: en-US
7878
Roxygen: list(markdown = TRUE)
79-
RoxygenNote: 7.3.2
79+
RoxygenNote: 7.3.3
8080
Config/testthat/edition: 3
8181
Config/testthat/parallel: true
8282
Config/Needs/website: easystats/easystatstemplate

β€ŽR/describe_distribution.Rβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Describe a distribution
22
#'
33
#' This function describes a distribution by a set of indices (e.g., measures of
4-
#' centrality, dispersion, range, skewness, kurtosis).
4+
#' centrality, dispersion, range, skewness, (excess) kurtosis).
55
#'
66
#' @param x A numeric vector, a character vector, a data frame, or a list. See
77
#' `Details`.
@@ -41,6 +41,8 @@
4141
#' [`plot()`-method](https://easystats.github.io/see/articles/parameters.html)
4242
#' implemented in the [**see**-package](https://easystats.github.io/see/).
4343
#'
44+
#' @seealso [kurtosis()] to compute kurtosis (recognized as excess kurtosis).
45+
#'
4446
#' @return A data frame with columns that describe the properties of the variables.
4547
#'
4648
#' @examplesIf require("bayestestR", quietly = TRUE)

β€Žman/adjust.Rdβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/contr.deviation.Rdβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/data_group.Rdβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/data_tabulate.Rdβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/data_to_long.Rdβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/data_to_wide.Rdβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/describe_distribution.Rdβ€Ž

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/rescale_weights.Rdβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)