🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

R Analyst

by @loutai0307-prog

R-style statistical analysis powered by Python 3. Use when computing descriptive statistics, generating ASCII histograms, calculating correlation matrices, d...

Versionv1.0.1
Downloads447
Installs1
TERMINAL
clawhub install r-analyst

πŸ“– About This Skill


name: "r-analyst" description: "R-style statistical analysis powered by Python 3. Use when computing descriptive statistics, generating ASCII histograms, calculating correlation matrices, detecting missing values and outliers, or describing CSV dataset structure."

r-analyst

Triggers on

r statistics, csv analysis, data correlation, missing values, ascii histogram, describe dataset, r summary, outlier detection, pearson correlation

What This Skill Does

Perform R-style data analysis on CSV files using Python 3. No R installation required.

Commands

stats

Compute descriptive statistics (R-style summary: Min/1st Qu/Median/Mean/3rd Qu/Max/SD).
bash scripts/script.sh stats  [column]

plot

Generate an ASCII histogram for a numeric column.
bash scripts/script.sh plot  [column] [bins]

correlate

Compute Pearson correlation matrix for all numeric columns.
bash scripts/script.sh correlate 

clean

Detect missing values and statistical outliers (3Οƒ rule).
bash scripts/script.sh clean 

describe

Show dataset structure, column types, unique value counts, and sample values.
bash scripts/script.sh describe 

help

Show all available commands.
bash scripts/script.sh help

Requirements

  • bash 4+
  • python3 (standard library only β€” no R needed)
  • Powered by BytesAgain | bytesagain.com