r-expert

Provide R guidance for statistical analysis, ggplot2 visualization, and caret machine learning.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot --skill r-expert-jonathanmitchell1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: r-expert
Source: https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot/tree/main/.agents/skills/r-expert
Command: npx skills add https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot --skill r-expert-jonathanmitchell1234

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert-level assistance for R programming, enabling users to perform complex statistical analyses, create sophisticated data visualizations, and build machine learning models efficiently.

Core Features & Use Cases

  • Statistical Computing: Perform hypothesis testing, regression analysis, time series analysis, and more.
  • Data Visualization: Create publication-quality plots using ggplot2 and other R graphics systems.
  • Machine Learning: Train and evaluate models using libraries like caret and randomForest.
  • Use Case: Analyze a dataset of customer demographics and purchase history to build a predictive model for customer churn.

Quick Start

Use the r-expert skill to create a scatter plot of salary vs. age using the provided dataframe 'df'.

Frequently Asked Questions about r-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform statistical modeling and time series analysis in R?

Statistical modeling in R involves applying regression and time series analysis to datasets using expert-level code examples. You can perform hypothesis testing and build models efficiently to uncover data trends and generate statistical insights.

What's the best way to create publication-quality data visualizations using ggplot2?

Creating publication-quality data visualizations with ggplot2 involves leveraging R graphics systems to plot dataframes. You can generate sophisticated visual representations like scatter plots to effectively communicate complex data patterns.

How to build machine learning workflows with caret for customer churn prediction?

Building machine learning workflows with caret in R allows you to train and evaluate predictive models for scenarios like customer churn. By analyzing demographic datasets, you can efficiently develop accurate classification models.

Can I use tidyverse operations for efficient data handling in R?

Tidyverse operations in R provide efficient data handling capabilities for transforming and cleaning datasets. You can manipulate dataframes seamlessly to prepare structured inputs for downstream statistical analysis and visualization.

How does R Markdown facilitate reproducible research for data analysis?

R Markdown facilitates reproducible research by integrating R code execution and data analysis outputs into dynamic documents. This allows you to seamlessly combine statistical computing results with formatted text for transparent reporting.