process_des_mat <- rbind(process_des_mat, temp)
## Do and save process model simulations -----
simulated_procs <- do_sims(process_des_mat)
After running this it shows:
Error in do_sims(process_des_mat) : could not find function "do_sims"
process_des_mat <- rbind(process_des_mat, temp)
## Do and save process model simulations -----
simulated_procs <- do_sims(process_des_mat)
After running this it shows:
Error in do_sims(process_des_mat) : could not find function "do_sims"