Computes which rows of a summary table correspond to the levels of categorical variables (used for indentation in publication tables).
ind_loc_fun(var, data)Integer vector of row indices corresponding to non-header rows.
if (FALSE) { # \dontrun{
ind_loc_fun(c("Stage","Gender"), mydata)
} # }