Skip to content

Commit

Permalink
🚸 output max iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
lenarddome committed Aug 15, 2022
1 parent cf9cbb3 commit 3b3bd0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pspGlobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ List pspGlobal(Function model, List control, bool save = false,
// compile output including ordinal patterns and their frequencies
out = Rcpp::List::create(
Rcpp::Named("ordinal_patterns") = storage,
Rcpp::Named("ordinal_counts") = counts);
Rcpp::Named("ordinal_counts") = counts,
Rcpp::Named("iterations") = iteration);

return(out);
}

0 comments on commit 3b3bd0d

Please sign in to comment.