.implement_new_methods.md

  1. Check that data %>% specify() gives appropriate variable types
  2. Check that attr(data, "theory_type") is set appropriately
  3. If not, write code to add it in set_params.R based on variable types also set as attributes
  4. Create # Testing as last section of # Implemented and move appropriate chunks of *both_methods.Rmd file there up to "Implemented"
  5. Write code to calculate theory-based statistic (t, z, chi-square, etc.) in calculate.R
  6. Write code to add theoretical distribution in visualize.R
  7. Delete # Testing above new implementation
  8. Run devtools::check()
  9. Add undefined global functions or variables to infer.R globalVariables
  10. Run devtools::check() again until 0 errors | 0 warnings | 0 notes
  11. Run pkgdown::build_site()
  12. Commit files to GitHub and continue


andrewpbray/infer documentation built on Aug. 29, 2019, 5:57 a.m.