# Import non-base functions from standard packages
importFrom("stats", "complete.cases", "lm", "pbinom", 
             "pchisq", "pf", "pnorm", "pt", "qnorm", "qt", "sd", 
             "terms", "var", "vcov")
importFrom("combinat", "permn")
importFrom("index0", "index_from_0")
importFrom("stringr", "str_count")
importFrom("utils", "tail")
import("lm.beta")
import("mathjaxr")
import("webuse")
import("Hmisc")

# Export only these specific names (do not export helper functions)
export("tost.mcc")
export("tost.mcci")
export("tost.pr")
export("tost.pri")
export("tost.rank.sum")
export("tost.regress")
export("tost.rrp")
export("tost.rrpi")
export("tost.sign.rank")
export("tost.t")
export("tost.ti")
