diff --git a/README.html b/README.html index 61af3af..b03794a 100644 --- a/README.html +++ b/README.html @@ -227,14 +227,22 @@
Statistically evaluate the number of modes (i.e. peaks) in a distribution
Demonstration 7 ----------------------------------------------------------------------------- | Comparison | Test # | Ref # | Difference | t | p | |------------|------------|------------|------------|------------|----------| -| 1 | 2 | 1 | +0.8304 | +1.63 | .161 | +| 1 | 2 | 1 | +0.3821 | +0.95 | .347 | ----------------------------------------------------------------------------- | GROUP # | GROUP label | N | @@ -574,7 +574,7 @@
Produces the following output
ci = - -0.74781 -0.35862 - 0.276 0.50962+ -0.49903 -0.32048 + 0.1719 0.20754
Produces the following output
ans = Summary of results: -ans = H1 is 1 with p = 0.0005 so reject the null hypothesisthat there is 1 mode +ans = H1 is 1 with p = 0.0015 so reject the null hypothesisthat there is 1 mode -ans = H2 is 0 with p = 0.343 so accept the null hypothesis that there are 2 modes+ans = H2 is 0 with p = 0.327 so accept the null hypothesis that there are 2 modes
Package: statistics-resampling
diff --git a/docs/function/bootwild.html b/docs/function/bootwild.html index 9ca55ec..f560e9a 100644 --- a/docs/function/bootwild.html +++ b/docs/function/bootwild.html @@ -180,7 +180,7 @@Package: statistics-resampling
diff --git a/docs/function/cor.html b/docs/function/cor.html index 491214f..055e988 100644 --- a/docs/function/cor.html +++ b/docs/function/cor.html @@ -20,7 +20,7 @@Vectorized function for computating Pearson's correlation coefficient (RHO) +Vectorized function for computing Pearson's correlation coefficient (RHO) between each of the respective columns in two data vectors or matrices. -- Function File: RHO = cor (X, Y) diff --git a/docs/function/images/boot1way_701.png b/docs/function/images/boot1way_701.png index b79777e..6aa9d49 100644 Binary files a/docs/function/images/boot1way_701.png and b/docs/function/images/boot1way_701.png differ diff --git a/docs/function/images/boot1way_801.png b/docs/function/images/boot1way_801.png index c8b262a..da9607c 100644 Binary files a/docs/function/images/boot1way_801.png and b/docs/function/images/boot1way_801.png differ diff --git a/docs/function/randtest.html b/docs/function/randtest.html index b6954ef..1f3d916 100644 --- a/docs/function/randtest.html +++ b/docs/function/randtest.html @@ -146,8 +146,8 @@Demonstration 2
Produces the following output
pval = - 0.53905 - 0.0002 + 0.53148 + 0.00049014 stat = diff --git a/docs/function/randtest2.html b/docs/function/randtest2.html index 97256f8..84dd7e1 100644 --- a/docs/function/randtest2.html +++ b/docs/function/randtest2.html @@ -162,9 +162,9 @@Demonstration 1
@(A, B) log (var (A) ./ var (B)))Produces the following output
-pval = 0.3526 -pval = 0.2718 -pval = 0.31043+pval = 0.3668 +pval = 0.2698 +pval = 0.30905
Package: statistics-resampling
diff --git a/docs/readme.html b/docs/readme.html index 669d8da..2ed0663 100644 --- a/docs/readme.html +++ b/docs/readme.html @@ -248,14 +248,22 @@Statistically evaluate the number of modes (i.e. peaks) in a distribution