Skip to content

Commit

Permalink
change fig1 code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Jan 20, 2021
1 parent c473099 commit 63da66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_mrlocus.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ test_that("mrlocus works on simple sim data", {
data <- makeSimDataForMrlocus(n_mult=10)
#set.seed(2)
#data <- makeSimDataForMrlocus(n_mult=10,sigma=.5)
#set.seed(2)
#data <- makeSimDataForMrlocus(alpha=0,n_mult=10,sigma=.5)
set.seed(2)
data <- makeSimDataForMrlocus(alpha=0,n_mult=10,sigma=1)
plotInitEstimates(data)
dev.off()

Expand Down

0 comments on commit 63da66a

Please sign in to comment.