powered by
Helper function for matching coefficients
doRegex(x, matchAgainst, pattern = "(^| )%s($|,|=)")
Root pattern to search for
Text to search through
Regex pattern to build x into
A list of indices of matchAgainst that is matched
Only used by getCoefsFromPredictorsRevo for finding matches between predictors and coefficients
getCoefsFromPredictorsRevo