diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 8f15256..3530306 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.9 pkgdown_sha: ~ articles: using_latent2likert: using_latent2likert.html -last_built: 2024-07-26T10:20Z +last_built: 2024-07-26T12:30Z urls: reference: https://markolalovic.github.io/latent2likert/reference article: https://markolalovic.github.io/latent2likert/articles diff --git a/docs/reference/estimate_mean_and_sd.html b/docs/reference/estimate_mean_and_sd.html index 26efa29..e00e943 100644 --- a/docs/reference/estimate_mean_and_sd.html +++ b/docs/reference/estimate_mean_and_sd.html @@ -66,7 +66,7 @@
vector of probabilities for each response category.
named vector of probabilities for each response category.
prob <- c("1" = 0.313, "2" = 0.579, "3" = 0.105, "4" = 0.003)
+# returns estimates that are close to the actual mean and sd: c(-1, 0.5)
+estimate_mean_and_sd(prob, 5)
+#> [1] -1.0025695 0.5004155
+
+