diff --git a/docs/404.html b/docs/404.html index 822e137..8e10f33 100644 --- a/docs/404.html +++ b/docs/404.html @@ -33,7 +33,7 @@ jlmerclusterperm - 1.1.2 + 1.1.3 @@ -78,19 +78,19 @@ - +
@@ -115,7 +115,7 @@

Installation and usage# Both lines must be run at the start of each new session library(jlmerclusterperm) jlmerclusterperm_setup()

-

+

See the Get Started page on the package website for background and tutorials.

@@ -142,7 +142,7 @@

Wholesale CPA with clusterpermu subject = "Chick", time = "Time" ) chickweights_spec

-

+

Cluster-based permutation test with clusterpermute():

 set_rng_state(123L)
@@ -151,7 +151,7 @@ 

Wholesale CPA with clusterpermu threshold = 2.5, nsim = 100 )

-

+

Including random effects:

 chickweights_re_spec <- make_jlmer_spec(
@@ -165,7 +165,7 @@ 

Wholesale CPA with clusterpermu threshold = 2.5, nsim = 100 )$empirical_clusters

-

+

Piecemeal approach to CPA @@ -180,22 +180,22 @@

Piecemeal approach to CPA
 empirical_clusters <- extract_empirical_clusters(empirical_statistics, threshold = 2.5)
 empirical_clusters

-

+

Simulating the null distribution:

 set_rng_state(123L)
 null_statistics <- permute_timewise_statistics(chickweights_spec, nsim = 100)
 null_cluster_dists <- extract_null_cluster_dists(null_statistics, threshold = 2.5)
 null_cluster_dists
-

+

Significance testing the cluster-mass statistic:

 calculate_clusters_pvalues(empirical_clusters, null_cluster_dists, add1 = TRUE)
-

+

Iterating over a range of threshold values:

 walk_threshold_steps(empirical_statistics, null_statistics, steps = c(2, 2.5, 3))
-

+

@@ -214,7 +214,7 @@

Citationshttps://cran.r-project.org/package=jlmerclusterperm. +
  • Choe, J. (2023). jlmerclusterperm: Cluster-Based Permutation Analysis for Densely Sampled Time Data. R package version 1.1.3. https://cran.r-project.org/package=jlmerclusterperm.
  • To cite the cluster-based permutation test:

      @@ -301,9 +301,9 @@

      Dev status

    + - - + diff --git a/docs/news/index.html b/docs/news/index.html index 85ccaf9..a93085a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -10,7 +10,7 @@ jlmerclusterperm - 1.1.2 + 1.1.3