Me:: a quick, fun way to graph and explore datasets with R GitHub:: rolkra/explore:: R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Discovered: Feb 10, 2025 07:00 Me:: a quick, fun way to graph and explore datasets with R GitHub:: rolkra/explore:: R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
QUOTE:
-
Read the whole thing: Explore vignette on github
- Interactive data exploration: explore()
- Use AI to unveil hidden patterns in your data (xgboost, RF, logreg, DT):
explain_*() - Generate an automated report of your data (or patterns in your data):
report() - Manual exploration:
explore(),describe(),explain_*(),abtest(), … - 18 ready to use datasets for teaching & testing:
use_data_*(),create_data_*()