makeLatexTable

Generate an output summary table in LATEX format for linear models (fitlm, fitlme).
109 descargas
Actualizado 7 jun 2021

Ver licencia

Function inspired by the package 'stargazer' in R.
Automatically generate a summary table in latex format for the output of the functions fitlm, fitglm, fitlme, fitglme. Multiple outputs can be combined together in a single table (outputs appear as separate columns). By default, the table caption includes the formula of each model.
Options include:
- setting column names
- setting which information to include (PE, SE, p-val, t-stat, F-stat, n, adj-R2, BIS, AIC)
- number of digits for rounding
- label
- orientation (vertical, rotated)
- renaming specific elements in the table
An example script demonstrates how to use the functions.

Citar como

Pierre Petitet (2024). makeLatexTable (https://www.mathworks.com/matlabcentral/fileexchange/77774-makelatextable), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.2

Small error fixed in example.m

1.0.1

Better description

1.0.0