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:
Rod Mazloomi
2022-04-13 10:24:09 -04:00
committed by GitHub
parent fdfd4ef455
commit b9d485b032

View File

@@ -431,7 +431,7 @@ sim |>
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.
### From multivalued summaries