Skip to content

Commit 87477ea

Browse files
committed
cleaning appendix messages
1 parent 9897a6e commit 87477ea

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

5-sim.qmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ The following is example code that can be used to run multiple simulations like
153153

154154
```{r}
155155
#| label: sim-sim
156-
#| warning: false
157-
#| message: false
158156
# Now, simulating a bunch of diffusion processes
159157
nsim <- 500L
160158
ans_1and2 <- vector("list", nsim)
@@ -165,7 +163,6 @@ for (i in 1:nsim) {
165163
cumulative_adopt_count(
166164
rdiffnet(
167165
seed.graph = net,
168-
t = 10,
169166
threshold.dist = sample(1:2, 1000L, TRUE),
170167
seed.nodes = "random",
171168
seed.p.adopt = .10,
@@ -190,7 +187,6 @@ for (i in 1:nsim) {
190187
cumulative_adopt_count(
191188
rdiffnet(
192189
seed.graph = net,
193-
t = 10,
194190
threshold.dist = sample(2:3, 1000L, TRUE),
195191
seed.nodes = "random",
196192
seed.p.adopt = .10,

0 commit comments

Comments
 (0)