This function perform regsem on bootstrap samples to determine the initial range for stability selection. Interquartile range of the bootstrap optimal regularization amounts are uesd as the final range.
det_range(data, model, times = 50, ...)data frame
lavaan output object.
number of bootstrap samples used.
Any additional arguments to pass to regsem() or cv_regsem().
result the lambda values and the upper bound and lower bound of the interquartile range.