Open softloud opened 4 years ago
Collate into one file per method & neet test for inputs. Update documentation.
Okay, cool. I have neet tests for all inputs and outputs.
My neet tests are failing. Now, job is to ensure the code passes the tests.
Now neet tests are passing (indeed all tests are passing!) for all functions. The documentation is tidied up, and the functions are tagged with tests.
First cycle complete.
Some thoughts on input testing for categorical variables. assert for an %in%. But that can wait for and the rest tests.
code::registration
objective
The
varameta::
package aims to provide a collection of different estimators for approximating the variance of the sample median.inputs
Each estimator takes various sample statistics (quartiles, etc.), sample size.
outputs
Each estimator outputs an estimate of spread and centre. Some are approximations of the variance of the sample median, and others approximate the standard deviation and mean.