Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More tests are needed #24

Closed
lindahua opened this issue Sep 22, 2013 · 2 comments
Closed

More tests are needed #24

lindahua opened this issue Sep 22, 2013 · 2 comments

Comments

@lindahua
Copy link
Contributor

For such a fundamental package, we only have a small test script 01.jl which has about 50 lines.

Despite being widely used, most of the functions have not been properly tested. We have to work together to add test cases for them.

@johnmyleswhite
Copy link
Member

Here are the things we might want to add tests for. I will check them off as I go:

  • autocor
  • coef
  • coeftable
  • confint
  • cor_kendall
  • cor_kendall!
  • cor_spearman
  • decile
  • describe
  • ecdf
  • eval
  • findat
  • findat!
  • gmean
  • hmean
  • indicators
  • indicators!
  • inverse_rle
  • iqr
  • kurtosis
  • loglikelihood
  • mad
  • midrange
  • minmax
  • mode
  • model_response
  • modes
  • mswaps
  • nobs
  • percentile
  • predict
  • quantile
  • quartile
  • quintile
  • range
  • RegressionModel
  • residuals
  • rle
  • sem
  • skewness
  • StatisticalModel
  • stderr
  • swaps!
  • table
  • tiedrank
  • variation
  • vcov
  • wmean

@lindahua
Copy link
Contributor Author

Everything is tested in a series of latest commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants