From e2b8c93a54b08534ea550ecf588d383697e67f23 Mon Sep 17 00:00:00 2001 From: Alboukadel Kassambara Date: Sat, 13 Feb 2021 11:56:24 +0100 Subject: [PATCH] fix levene_test doc --- R/levene_test.R | 2 +- docs/pkgdown.yml | 2 +- docs/reference/factorial_design.html | 6 +++--- docs/reference/levene_test.html | 9 ++++----- man/levene_test.Rd | 7 ++++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/R/levene_test.R b/R/levene_test.R index c7f4e5e..ef2311e 100644 --- a/R/levene_test.R +++ b/R/levene_test.R @@ -13,7 +13,7 @@ NULL #' @param center The name of a function to compute the center of each group; #' mean gives the original Levene's test; the default, median, provides a more #' robust test. -#' @param return a data frame with the following columns: df1, df2 +#' @return a data frame with the following columns: df1, df2 #' (df.residual), statistic and p. #' #' @examples diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index a4e6665..40c1778 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.7.3 pkgdown: 1.5.1 pkgdown_sha: ~ articles: [] -last_built: 2021-02-13T10:37Z +last_built: 2021-02-13T10:53Z diff --git a/docs/reference/factorial_design.html b/docs/reference/factorial_design.html index 2c37c12..916e8ba 100644 --- a/docs/reference/factorial_design.html +++ b/docs/reference/factorial_design.html @@ -248,7 +248,7 @@

Examp #> #> $idesign #> ~supp * dose -#> <environment: 0x7fcf649c5c40> +#> <environment: 0x7fa9b991e138> #> #> $lm_data #> # A tibble: 10 x 7 @@ -270,7 +270,7 @@

Examp #> #> $lm_formula #> cbind(OJ_X0.5, OJ_X1, OJ_X2, VC_X0.5, VC_X1, VC_X2) ~ 1 -#> <environment: 0x7fcf816bdb80> +#> <environment: 0x7fa9d750da40> #> #> $model #> @@ -365,7 +365,7 @@

Examp #> #> $lm_formula #> len ~ supp * dose -#> <environment: 0x7fcf65cec048> +#> <environment: 0x7fa9bb302108> #> #> $model #> diff --git a/docs/reference/levene_test.html b/docs/reference/levene_test.html index 60019a0..66c54f7 100644 --- a/docs/reference/levene_test.html +++ b/docs/reference/levene_test.html @@ -146,14 +146,13 @@

Arg

The name of a function to compute the center of each group; mean gives the original Levene's test; the default, median, provides a more robust test.

- - - return -

a data frame with the following columns: df1, df2 -(df.residual), statistic and p.

+

Value

+ +

a data frame with the following columns: df1, df2 + (df.residual), statistic and p.

Examples

# Prepare the data diff --git a/man/levene_test.Rd b/man/levene_test.Rd index cbb3c9b..6eb0638 100644 --- a/man/levene_test.Rd +++ b/man/levene_test.Rd @@ -14,9 +14,10 @@ levene_test(data, formula, center = median) \item{center}{The name of a function to compute the center of each group; mean gives the original Levene's test; the default, median, provides a more robust test.} - -\item{return}{a data frame with the following columns: df1, df2 -(df.residual), statistic and p.} +} +\value{ +a data frame with the following columns: df1, df2 + (df.residual), statistic and p. } \description{ Provide a pipe-friendly framework to easily compute Levene's