| opt_mbp | R Documentation |
Takes dataframes created by 'renorm_SSR()' and 'conv_thresholds()' and determines the corresponding "optimum" maximum blanking period (MBP) for each convergence threshold.
opt_mbp(rSSR_df, thresh_values)
rSSR_df |
a dataframe created by created by renorm_SSRduration compare showing the renormalized sum of squares of the residuals between one potential blanking period and the next. |
thresh_values |
a dataframe created by conv_thresholds corresponding to the chosen convergence thresholds. |
A dataframe showing the convergence value and corresponding optimal maximum blanking period for each grouping.
# Determine the optimum mbp
opt_mbp(rSSR_df = ex_rSSR,
thresh_values = conv_thresh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.