From 72569f10685f5b866e0df6b5876284f1abb92ba9 Mon Sep 17 00:00:00 2001 From: June Choe Date: Mon, 19 Feb 2024 15:24:31 -0500 Subject: [PATCH] manually redirect srcset imgs --- docs/index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/index.html b/docs/index.html index d84a604..19a39ce 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,15 +29,15 @@ Skip to contents - +
@@ -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))
-

+

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

Dev status

- - + +