SkillAgentSearch skills...

StaTeX

R package to facilitate printing statistical results in Sweave

Install / Use

/learn @SachaEpskamp/StaTeX
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Readme for 'staTeX' package.

This package is aimed at facilitating the printing of statistical results in Sweave, reducing several lines of code to \Sexpr{st(object)} where the st function automatically extracts statistical results, formats it and returns it in proper LaTeX code.

Any help is greatly appreciated. I am especially looking for more st methods to extract results. The code should be in the format:

st.class <- function(x,...) {

extract information from x...

pval(name statistic, value statistic, p value, degrees of freedom, ...) }

Multiple statistical results from one object (e.g. anova) should be returned in a named vector.

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated8mo ago
Forks4

Languages

R

Security Score

82/100

Audited on Jul 20, 2025

No findings