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

small fix for chunks

parent a09c2ffe
No related branches found
No related tags found
No related merge requests found
...@@ -232,13 +232,13 @@ transform_util2 <- function() { ...@@ -232,13 +232,13 @@ transform_util2 <- function() {
tictoc::tic(paste0("start_estimation of chunk",i)) tictoc::tic(paste0("start_estimation of chunk",i))
output <- sim_data[[start_point]]:sim_data[[end_point]] %>% output <- start_point:end_point %>%
purrr::map( purrr::map(
~ mixl::estimate( ~ mixl::estimate(
model_spec = model_spec, model_spec = model_spec,
start_values = est, start_values = est,
availabilities = availabilities, availabilities = availabilities,
data = .x data = sim_data[[.x]]
) )
) )
tictoc::toc() tictoc::toc()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment