Rgent - Your AI Assistant
Usage Statistics
Current Plan
Your subscriptionSubscription Details
Billing informationMonthly Usage
Monthly Requests
Requests Remaining
Progress
Requests per Feature
AI Agents
Select an agent to get started
Data Cleaning Agent
Clean datasets: handle missing values, fix types, remove outliers
Data Transformation Agent
Transform data: create variables, apply functions, reshape structure
Visualization Agent
Create intelligent plots and visualizations with automatic analysis
Modeling Agent
Build ML models with interpretability and AI-powered insights
Statistical Analysis Agent
Perform hypothesis tests, analyze distributions, and calculate effect sizes
Getting Started
Be Specific
- "Create a function to calculate mean by group"
- "help me with data"
- "Debug this ggplot error: object not found"
- "it's not working"
Key Features
Smart Context Capture
Automatically captures your entire R environment - data frames, functions, variables, plots, and active code.
Real-time Streaming
Watch AI responses stream in real-time. No waiting for complete responses.
Code Insertion
Click "Insert at Cursor" to add code directly into your R scripts. No copy-paste needed.
Error Debugging
Click "Debug Last Error" for instant analysis and step-by-step fixes.
Plot Analysis
Click "Analyze Last Plot" for statistical insights and improvement suggestions.
Data Explorer
Browse and explore your R objects in the Data Explorer tab. View data frames, matrices, vectors, and lists with sorting and pagination.
AI Agents
What are Agents?
Specialized AI workflows that guide you through complete data analysis tasks step-by-step.
Data Cleaning Agent
- Automatically detects missing values, outliers, duplicates
- Provides intelligent imputation suggestions
- Standardizes column names and data types
Transformation Agent
- Smart mathematical transformations (log, sqrt)
- Automatic new variable creation
- Data reshaping and categorical encoding
Statistical Analysis Agent
- Intelligent test selection (t-test, ANOVA, chi-square)
- Effect size calculations (Cohen's d, eta-squared)
- Distribution analysis with assumption checking
Modeling Agent
- Smart algorithm recommendations by target type
- Automatic feature engineering
- Model comparison and interpretation
Visualization Agent
- Intelligent plot type recommendations
- Automatic statistical analysis of plots
- Smart variable filtering and validation
Getting Started with Agents
- Click the Agents tab
- Select your data frame
- Choose your analysis type
- Follow the guided workflow
- Get AI analysis + executable code
Performance Tips
Keep Environment Clean
This will save tokens and cost:
- Remove unused variables:
rm(unused_var) - Clear large objects:
rm(large_dataframe) - Restart R session: "Session > Restart R"
- Use
rm(list = ls())for fresh start
Troubleshooting
Slow Responses?
- Your environment might be too large
- Try
rm(list = ls())to clear workspace - Restart R session for fresh start
Connection Issues?
- Check your internet connection
- Verify your access code is valid
- Try refreshing the page
- Restart the addin if needed
Need Anything?
Contact us at founders@rgentai.com