Closed Aariq closed 5 years ago
Hello @Aariq, thank you for your submission. The editors have discussed your inquiry. This seems to be a very useful package, however, it is out-of-scope for onboarding since it may be too statistical, and only converting data.
We hope you will find an appropriate venue for your package, and wish you the best.
Thank you for the quick response and the feedback!
Submitting Author: Eric Scott (@Aariq)
Repository: https://github.com/Aariq/holodeck
Scope
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below.:
Explain how the and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:
This package provides dplyr friendly wrappers for MASS::mvrnorm() to simplify generation of multivariate data frames with different covariance structures. I've used it primarily for generating data under different scenarios in order to test different statistical methods. I'm unsure if its enough of a simplification over the usual route of making a variance-covariance matrices, passing them to mvrnorm(), then converting the resulting matrices into dataframes, and joining them together.
Anyone learning about the properties of multivariate data analysis techniques, or using simulated data to formally test properties of analysis techniques.
As I mentioned before, this could be done with MASS, but my package simplifies things and makes the code more readable.
I'm just not sure if it's a good fit or if it's doing enough as a wrapper to be in scope. Thanks.