str_strip.white(string, sub = " ")
str_proper(string)
str_remove.nonascii(string, sub = "")
str_remove(string, start = 1L, end = -1L, sub = "")
detect.normality.outliers(x,alpha=0.05)
scale.for.ranks(type = 1, base = 2, silent = TRUE, str.disp.mult=1)str_strip.white returns a vector with the extra white space striped.detect.normality.outliers returns a vector of TRUE, FALSE values.scale.for.ranks will return the simulations used to construct the scale if the output is assigned to a variable.
team.name.select calls up a GUI that allows the user to select the team name from a list or input a new team name.str_strip.white strips ending and internal extra white space.
str_proper does proper capitalization.
str_remove.nonascii remove non-ascii characters from strings.
str_remove remove characters from strings. Like sub but removes the specified characters between start and end.
detect.normality.outliers detects the values that violate normality to a particular alpha level.
scale.for.ranks prints a scale for fbRanks ratings.