diff --git a/404.html b/404.html index f58a123..ccf73b0 100644 --- a/404.html +++ b/404.html @@ -54,7 +54,7 @@
df_out$out
## [[1]]
-## [1] 0.88819900 0.83087990 0.80271581 0.10973528 0.07814299 0.05532355
-## [7] 0.87947606 0.94068024 0.61945487 0.74286914
+## [1] 0.61657441 0.55673180 0.09973687 0.24120838 0.95648464 0.96559421
+## [7] 0.81569557 0.14628270 0.74399189 0.99927564
##
## [[2]]
-## [1] 9 12 11 17 10
+## [1] 12 11 6 10 13
##
## [[3]]
-## [1] 6.619238 -7.676579 -1.192676 -19.825006 15.414336 13.294211
-## [7] 3.624769 6.554334 -5.546080 -6.198067
+## [1] -5.2543056 -5.0202253 -10.3650983 18.0608076 0.7694283 8.1149371
+## [7] 7.6024748 1.2158757 0.5179223 -6.5793767
Take a minute to understand the conceptual process of the
invoke_map
function and specifically the parameter setup.
Once you are comfortable, we can move on to model implementation.