Skip to content
Snippets Groups Projects
Commit 27ef60f7 authored by dj44vuri's avatar dj44vuri
Browse files

finally working estimate = FALSE

parent de6629c2
Branches
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ designs_all <- list() ...@@ -141,7 +141,7 @@ designs_all <- list()
return(output) return(output)
} else { } else {
output<- 1:no_sim %>% purrr::map(datadet, utility = ut, setspp=setpp, bcoefficients = bcoefficients, decisiongroups = decisiongroups, manipulations = manipulations) output<- 1:no_sim %>% purrr::map(~ simulate_choices(datadet, utility = ut, setspp=setpp, bcoefficients = bcoefficients, decisiongroups = decisiongroups, manipulations = manipulations))
return(output) return(output)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment