All Projects → leifeld → Texreg

leifeld / Texreg

Conversion of R Regression Output to LaTeX or HTML Tables

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Texreg

tabularray
Typeset tabulars and arrays with LaTeX3
Stars: ✭ 101 (+18.82%)
Mutual labels:  latex, table
PSHTMLTable
PowerShell module to spice up ad hoc notifications and reports
Stars: ✭ 34 (-60%)
Mutual labels:  reporting, table
Tably
Python command-line script for converting .csv data to LaTeX tables
Stars: ✭ 173 (+103.53%)
Mutual labels:  latex, table
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (+396.47%)
Mutual labels:  latex, table
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-4.71%)
Mutual labels:  regression
Cppadcodegen
Source Code Generation for Automatic Differentiation using Operator Overloading
Stars: ✭ 77 (-9.41%)
Mutual labels:  latex
Gaussianprocesses
Python3 project applying Gaussian process regression for forecasting stock trends
Stars: ✭ 78 (-8.24%)
Mutual labels:  regression
Pyreportjasper
Python Reporting with JasperReports
Stars: ✭ 77 (-9.41%)
Mutual labels:  reporting
Tongjithesis
同济大学本科毕业设计LaTeX模板 LaTeX template for Tongji Undergaduate Thesis
Stars: ✭ 85 (+0%)
Mutual labels:  latex
Tailwindcss Tables
Bootstrap styled tables for Tailwind CSS
Stars: ✭ 84 (-1.18%)
Mutual labels:  table
Spmathkit
Render math exercises for your view. Contains the rendering of mathematical formulas and mathematical graphics, as well as the general text
Stars: ✭ 81 (-4.71%)
Mutual labels:  latex
Masterthesistemplate
修士論文 LaTeX テンプレート|名古屋大学宇宙地球環境研究所の理学系修士学生用
Stars: ✭ 79 (-7.06%)
Mutual labels:  latex
Texttable
Swift package for easily rendering text tables. Inspired by the Python tabulate library.
Stars: ✭ 82 (-3.53%)
Mutual labels:  table
Mathematical modeling
🎊 Mathematical Modeling Algorithms and Applications
Stars: ✭ 78 (-8.24%)
Mutual labels:  latex
Machinelearningalgorithm
一些常用的机器学习算法实现
Stars: ✭ 84 (-1.18%)
Mutual labels:  regression
Pandoc Letter Din5008
Pandoc template for writing Markdown letters (DIN 5008)
Stars: ✭ 77 (-9.41%)
Mutual labels:  latex
Cookietemple
A collection of best practice cookiecutter templates for all domains and languages with extensive Github support
Stars: ✭ 81 (-4.71%)
Mutual labels:  latex
Mathbin
Math pastebin with LaTeX and Markdown support
Stars: ✭ 83 (-2.35%)
Mutual labels:  latex
Heckle
✒️ Jekyll in Haskell (feat. LaTeX)
Stars: ✭ 80 (-5.88%)
Mutual labels:  latex
Pytsetlinmachine
Implements the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, Weighted Tsetlin Machine, and Embedding Tsetlin Machine, with support for continuous features, multigranularity, and clause indexing
Stars: ✭ 80 (-5.88%)
Mutual labels:  regression

texreg

Conversion of R Regression Output to LaTeX or HTML Tables.

Converts coefficients, standard errors, significance stars, and goodness-of-fit statistics of statistical models into LaTeX tables or HTML tables/MS Word documents or to nicely formatted screen output for the R console for easy model comparison. A list of several models can be combined in a single table. The output is highly customizable. New model types can be easily implemented.

Documentation

Details on texreg can be found in the following article:

Leifeld, Philip (2013): texreg: Conversion of Statistical Model Output in R to LaTeX and HTML Tables. Journal of Statistical Software 55(8): 1-24. doi:10.18637/jss.v055.i08

An updated version of this paper is included as a package vignette. Additional details on how to write custom extensions for texreg and manipulate texreg objects can be found in the following answers on StackOverflow: [1], [2], [3], [4], [5].

Installation from GitHub

The last stable release can be installed from CRAN. To install the latest version from GitHub, use the remotes package:

library("remotes")
install_github("leifeld/texreg")

Contribute to the project

Please feel free to report bugs or possible enhancements using the issue tracker and propose solutions for known bugs using a pull request.

R-CMD-check cran version downloads total downloads Research software impact Coverage status

Please also consider contributing to the project by telling other people about the software; citing our underlying research in your publications; or funding the development financially:

Donate using Liberapay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].