check_if_there_are_ties: Check if a data frame column contains ties
Description
Check if a data frame column contains ties
Usage
check_if_there_are_ties(d_column)
Arguments
d_column
a column with the values for the ties
Value
T (there are ties) or F (no ties)