You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
638B

  1. # Generated by roxygen2: do not edit by hand
  2. S3method(as.data.frame,desctable)
  3. S3method(datatable,default)
  4. S3method(datatable,desctable)
  5. S3method(desctable,default)
  6. S3method(desctable,grouped_df)
  7. S3method(print,desctable)
  8. S3method(statify,default)
  9. S3method(statify,formula)
  10. export("%>%")
  11. export(ANOVA)
  12. export(IQR)
  13. export(chisq.test)
  14. export(datatable)
  15. export(desctable)
  16. export(fisher.test)
  17. export(group_by)
  18. export(is.normal)
  19. export(pander.desctable)
  20. export(percent)
  21. export(statify)
  22. export(stats_auto)
  23. export(stats_default)
  24. export(stats_nonnormal)
  25. export(stats_normal)
  26. export(tests_auto)
  27. importFrom(dplyr,"%>%")
  28. importFrom(dplyr,group_by)