We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9897a6e commit 87477eaCopy full SHA for 87477ea
1 file changed
5-sim.qmd
@@ -153,8 +153,6 @@ The following is example code that can be used to run multiple simulations like
153
154
```{r}
155
#| label: sim-sim
156
-#| warning: false
157
-#| message: false
158
# Now, simulating a bunch of diffusion processes
159
nsim <- 500L
160
ans_1and2 <- vector("list", nsim)
@@ -165,7 +163,6 @@ for (i in 1:nsim) {
165
163
cumulative_adopt_count(
166
164
rdiffnet(
167
seed.graph = net,
168
- t = 10,
169
threshold.dist = sample(1:2, 1000L, TRUE),
170
seed.nodes = "random",
171
seed.p.adopt = .10,
@@ -190,7 +187,6 @@ for (i in 1:nsim) {
190
187
191
188
192
189
193
194
threshold.dist = sample(2:3, 1000L, TRUE),
195
196
0 commit comments