Skip to content

Commit 00f736a

Browse files
authored
Merge pull request #5 from jishnu-lab/ERPipelines
re merge main changes to ER pipelines
2 parents aa3d360 + b0de88c commit 00f736a

File tree

3 files changed

+1
-49
lines changed

3 files changed

+1
-49
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export(splitSecond)
9090
export(standCV)
9191
export(testPure)
9292
export(testUpsilon)
93-
export(SLIDEcv)
9493
export(threshA)
9594
export(threshSigma)
9695
export(toCont)

R/SLIDEcv.R

Lines changed: 0 additions & 47 deletions
This file was deleted.

R/runSLIDE.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runSLIDE <- function(y, y_path = NULL, z_path = NULL, z_matrix, all_latent_facto
7272
p2 <- as.double(p2)
7373
final_res$SLIDE_res <- SLIDE_res
7474
final_res$SLIDE_param <- SLIDE_param
75-
final_res$marginal_vals <- as.numeric(gsub("^[zZ]","",SLIDE_res$marginal_vals))
75+
final_res$marginal_vals <- SLIDE_res$marginal_vars
7676
final_res$interaction <- data.frame(p1, p2)
7777
return(final_res)
7878
}

0 commit comments

Comments
 (0)