Skip to content

Commit 03f9709

Browse files
committed
remove line that does nothing
1 parent 77e58ef commit 03f9709

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/macro_fisher_null.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@ macro_fisher_null <- function(X,
6969
sm_denom <- as.numeric(as.matrix(1 + Matrix::crossprod(v,info_inverse)%*%v))
7070
sm_half_num <- info_inverse%*%v
7171

72-
#strictly speaking, this isn't the inverse info -- its the inverse of
72+
#strictly speaking, info_inverse isn't the inverse info -- its the inverse of
7373
# (an approximation to) the hessian of the augmented lagrangian
74-
info_inverse <- info_inverse #- Matrix::tcrossprod(sm_half_num)/sm_denom
75-
# the tcrossprod in the last line is the final step for the sherman-morrison update
7674

7775
#compute derivative of augmented lagrangian
7876
lag_deriv <- lapply(1:J,

0 commit comments

Comments
 (0)