From c2c2e58314cd4dfecb2ffd5796bfb7b11921d455 Mon Sep 17 00:00:00 2001 From: Hause Lin Date: Wed, 29 May 2019 11:38:13 -0400 Subject: [PATCH] update site --- docs/articles/how-to-use-this-package.html | 2 +- docs/reference/zscore.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/articles/how-to-use-this-package.html b/docs/articles/how-to-use-this-package.html index be68566..fdf94b5 100644 --- a/docs/articles/how-to-use-this-package.html +++ b/docs/articles/how-to-use-this-package.html @@ -80,7 +80,7 @@

Vignette Title

Vignette Author

-

2019-05-28

+

2019-05-29

Source: vignettes/how-to-use-this-package.Rmd diff --git a/docs/reference/zscore.html b/docs/reference/zscore.html index 2ad51c4..4838b6b 100644 --- a/docs/reference/zscore.html +++ b/docs/reference/zscore.html @@ -122,7 +122,7 @@

Compute z-score

-
zscore(x, n)
+
zscore(x, n = 0)

Arguments

@@ -133,7 +133,7 @@

Arg

- +
n

use n or n-1 in the denominator when computing SD (default 0 for n; -1 for n = -1)

use n or n-1 in the denominator when computing SD (default 0 for n; use -1 for n = -1)