“Furrr” package R: future_pmap incorrect number of dimensions; Caused by attempted extraction of matrix rows; .l is two variables
I suspect the error is related to my lack of understanding of how to run this function multiple times using future_pmap; as you can see below I designate Ntrials to demonstrate that I desire the function to run 20 times in this particular scenario. Be mindful of the cores you are using if you wish to assist through replication of the code.
r future_map with ggpredict
I have generated 10 model summaries after fitting the same model on 10 different subsets of the dataset which is as follows