Update model-many.Rmd (#991)
Fixed small typo. We want to refer to the column `sims`, as opposed to `sim` which is the name of the entire tribble.
This commit is contained in:
@@ -431,7 +431,7 @@ sim |>
|
|||||||
mutate(sims = invoke_map(f, params, n = 10))
|
mutate(sims = invoke_map(f, params, n = 10))
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that technically `sim` isn't homogeneous because it contains both double and integer vectors.
|
Note that technically `sims` isn't homogeneous because it contains both double and integer vectors.
|
||||||
However, this is unlikely to cause many problems since integers and doubles are both numeric vectors.
|
However, this is unlikely to cause many problems since integers and doubles are both numeric vectors.
|
||||||
|
|
||||||
### From multivalued summaries
|
### From multivalued summaries
|
||||||
|
|||||||
Reference in New Issue
Block a user