Currently the formatting is set to {:8.3f} in SA_post_hoc_analysis::prep_mads_distributions(..) and the corresponding function for prepping the initial guess. We should add a parameter to these function to let the user override the format if they need more or less decimal places. So that user could do this:
Currently the formatting is set to
{:8.3f}
inSA_post_hoc_analysis::prep_mads_distributions(..)
and the corresponding function for prepping the initial guess. We should add a parameter to these function to let the user override the format if they need more or less decimal places. So that user could do this:or something like that if they want a different format...