Skip to content

Commit

Permalink
Update R/add_correlated_data.R
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Wujciak-Jens <[email protected]>
  • Loading branch information
kgoldfeld and assignUser authored Jun 10, 2024
1 parent a363865 commit 053b84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/add_correlated_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ addCorGen <- function(dtOld, nvars=NULL, idvar = "id", rho=NULL, corstr=NULL, co
}

dX <- dtTemp[, list(.id, seq_, .XX)]

} else if (method == "ep") {

if (is.list(corMatrix)) {
Expand Down

0 comments on commit 053b84b

Please sign in to comment.