Comprehensive data analysis workflow using tidy principles. This command orchestrates multiple agents to perform end-to-end data analysis.
Executes comprehensive R data analysis workflows using tidy principles and multiple specialized agents.
/plugin marketplace add choxos/BiostatAgent/plugin install choxos-r-tidy-modeling-plugins-r-tidy-modeling@choxos/BiostatAgentComprehensive data analysis workflow using tidy principles. This command orchestrates multiple agents to perform end-to-end data analysis.
First, the data-wrangler agent will:
The feature-engineer agent will:
The viz-specialist agent will:
Based on the analysis type, the appropriate agent will be engaged:
The reporting-engineer agent will:
/r-analysis [data_path] [analysis_type] [output_format]
data_path: Path to the dataset (CSV, RDS, Excel, etc.)analysis_type: One of descriptive, inferential, predictive, survival, clinicaloutput_format: One of html, pdf, word (default: html)All outputs will be written to:
output/
├── code/ # R scripts for reproducibility
├── reports/ # Analysis report
├── figures/ # Generated visualizations
└── models/ # Saved model objects (if applicable)
/r-analysis data/patient_outcomes.csv survival html
This will perform survival analysis on the patient outcomes data and generate an HTML report.