Skip to content

Commit

Permalink
Removing the offending lines
Browse files Browse the repository at this point in the history
References #561.
  • Loading branch information
mbojan committed Jun 11, 2024
1 parent 9da280e commit 49d372d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/ergm_mplecov.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ ergm_mplecov <- function(pl,
message("Estimating Godambe Matrix using ", R, " simulated networks.")

# calculation of V(theta) = Var(u(theta,y)) using the sim.num networks
# net.stat <- attr(sim.mple, "stats")
# colnames(net.stat) <- colnames(pl$xmat)
u.data <- matrix(0,nrow=length(sim.mple), ncol=num.variables)

for(i in 1:length(sim.mple)){
Expand Down

0 comments on commit 49d372d

Please sign in to comment.