← 返回
未分类 中文

R Analyst

R-style statistical analysis powered by Python 3. Use when computing descriptive statistics, generating ASCII histograms, calculating correlation matrices, d...
基于 Python 3 的 R 风格统计分析。用于计算描述性统计、生成 ASCII 直方图、计算相关矩阵等。
loutai0307-prog
未分类 clawhub v1.0.1 1 版本 99819.2 Key: 无需
★ 0
Stars
📥 552
下载
💾 1
安装
1
版本
#latest

概述

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 <file.csv> [column]

plot

Generate an ASCII histogram for a numeric column.

bash scripts/script.sh plot <file.csv> [column] [bins]

correlate

Compute Pearson correlation matrix for all numeric columns.

bash scripts/script.sh correlate <file.csv>

clean

Detect missing values and statistical outliers (3σ rule).

bash scripts/script.sh clean <file.csv>

describe

Show dataset structure, column types, unique value counts, and sample values.

bash scripts/script.sh describe <file.csv>

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

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 05:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Bytesagain Chart Generator

loutai0307-prog
在终端根据CSV或内联数据生成ASCII柱状图、折线图、饼图和散点图。用于可视化数据集、绘制趋势、比较数值等。
★ 0 📥 559

Debugger

loutai0307-prog
分析错误、堆栈跟踪和日志以诊断根本原因并提供修复建议。用于调试 Python、Node.js、Go 或 Bash 错误,解读 Kubernetes...
★ 0 📥 709

Bytesagain Mindmap

loutai0307-prog
从缩进文本大纲生成 ASCII 思维导图,直接在终端中可视化层级结构或导出为 Markdown。
★ 0 📥 694