Generate Statistical Tables
Skill Verifiziert AktivGenerate publication-ready statistical tables using gt, kableExtra, or flextable. Covers descriptive statistics, regression results, ANOVA tables, correlation matrices, and APA formatting. Use when creating descriptive statistics tables, formatting regression or ANOVA output, building correlation matrices, producing APA-style tables for academic papers, or generating tables for Quarto and R Markdown documents.
To streamline the creation of professional, publication-ready statistical tables from R analysis results, saving users time and ensuring consistent formatting.
Funktionen
- Generates descriptive statistics tables
- Formats regression and ANOVA output
- Builds correlation matrices
- Supports APA style formatting
- Outputs to HTML, PDF, and Word
- Integrates with Quarto and R Markdown documents
Anwendungsfälle
- Creating tables for academic papers
- Formatting statistical output for reports
- Building data visualizations for scientific publications
- Generating consistent tables for reproducible research
Nicht-Ziele
- Performing statistical analysis itself
- Generating complex plots or visualizations
- Automating the entire document writing process
Workflow
- Choose a table package based on output format and use case
- Generate descriptive statistics table using `gt`
- Format regression results table using `gtsummary`
- Create correlation matrix using `gt`
- Format ANOVA table using `broom` and `gt`
- Save tables to desired file format (HTML, Word, PNG, PDF)
- Embed tables within Quarto documents
Praktiken
- Statistical reporting
- Data visualization formatting
- Academic publishing
- R package integration
Voraussetzungen
- R environment with internet access for package installation
- R packages: gt, kableExtra, flextable, gtsummary, broom (implicitly installed by examples)
Installation
/plugin install agent-almanac@pjt222-agent-almanacQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Render Publication Graphic
100Produce publication-ready 2D graphics with proper DPI, color profiles, typography, and export formats for print and digital media. Use when preparing figures for academic journal submission, creating graphics for print publications, ensuring graphics meet publisher technical specifications, exporting visualizations for web with proper optimization, or creating multi-format exports from a single source.
Run Puzzle Tests
100Run the jigsawR test suite via WSL R execution. Supports full suite, filtered by pattern, or single file. Interprets pass/fail/skip counts and identifies failing tests. Never uses --vanilla flag (renv needs .Rprofile for activation). Use after modifying any R source code, after adding a new puzzle type or feature, before committing changes to verify nothing is broken, or when debugging a specific test failure.
Create Spatial Visualization
100Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data using R (sf, leaflet, tmap) or Observable (D3, deck.gl). Covers data import, coordinate system handling, map styling, and export to HTML or image formats. Use when visualizing a planned or completed tour route on an interactive map, creating elevation profiles for hiking or cycling routes, overlaying waypoints and POIs on a basemap, or building a web-based trip dashboard.
Containerize MCP Server
100Containerize an R-based MCP (Model Context Protocol) server using Docker. Covers mcptools integration, port exposure, stdio vs HTTP transport, and connecting Claude Code to the containerized server. Use when deploying an R MCP server without requiring a local R installation, creating a reproducible MCP server environment, running MCP servers alongside other containerized services, or distributing an MCP server to other developers.
Build Shiny Module
100Build reusable Shiny modules with proper namespace isolation using NS(). Covers module UI/server pairs, reactive return values, inter-module communication, and nested module composition. Use when extracting a reusable component from a growing Shiny app, building a UI widget used in multiple places, encapsulating complex reactive logic behind a clean interface, or composing larger applications from smaller, testable units.
Build Custom Mcp Server
100Build a custom MCP (Model Context Protocol) server that exposes domain-specific tools to AI assistants. Covers server implementation in Node.js or R, tool definitions, transport configuration, and testing with Claude Code. Use when you need to expose custom functionality beyond what mcptools provides, when building specialized domain-specific AI integrations, or when wrapping existing APIs or services as MCP tools.