export(
  SmoothWin    ,
  expWeight    
)
S3method(plot   , SmoothWin)


importFrom("graphics", "abline", "lines", "points")
importFrom("stats", "AIC", "BIC", "coef", "lm", "plogis", "resid","sd")
importFrom("graphics", "legend")
importFrom("utils", "combn")
importFrom("graphics", "axis", "text")
importFrom("graphics", "plot")
importFrom("stats", "formula", "t.test", "var.test")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
