From 17ca43572519527d8c529a984b912c145a39eb69 Mon Sep 17 00:00:00 2001 From: Yuka Suzuki <yuka.suzuki@pasteur.fr> Date: Tue, 28 Nov 2023 12:56:57 +0100 Subject: [PATCH] changed the covariances in epsg2 from -0.2 to -pgh --- .../scripts/Fig_SUPnote4_simulation_test_boundaries.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Figures_manuscript/scripts/Fig_SUPnote4_simulation_test_boundaries.R b/Figures_manuscript/scripts/Fig_SUPnote4_simulation_test_boundaries.R index 99d6e4c..e46b836 100644 --- a/Figures_manuscript/scripts/Fig_SUPnote4_simulation_test_boundaries.R +++ b/Figures_manuscript/scripts/Fig_SUPnote4_simulation_test_boundaries.R @@ -17,7 +17,7 @@ epsh = matrix(c(h1, 0, 0, h2), ncol=2)/M epshlow = matrix(c(0.1, 0, 0, 0.1), ncol=2)/M epsg1 = matrix(c(h1, pgh, pgh, h2), ncol=2)/ M -epsg2 = matrix(c(h1, -0.2, -0.2, h2), ncol=2)/ M +epsg2 = matrix(c(h1, -pgh, -pgh, h2), ncol=2)/ M # draw genetic effect according to several scenarios BG_mat <-list() -- GitLab