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:
parent
fdfd4ef455
commit
b9d485b032
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue