Re: [R] regression output to latex

2008-03-03 Thread Martin Elff
On Sunday 02 March 2008 (18:50:53), Luca Braglia wrote:
> hello everybody
>
> i was seeking a converter beetween R regression output (eg with
> summary) and the conventional way to present regression output in
> paper: every model as a vertical vector with \beta, t beetween
> parenthesis below the first, and other statistics (R^2 etc) .

Function 'mtable' from the package 'memisc' is designed to do
this. Maybe that is what you are looking for ...

Best,
Martin



-
Dr. Martin Elff
Faculty of Social Sciences
LSPWIVS (van Deth)
University of Mannheim
A5, 6
68131 Mannheim
Germany

Phone: +49-621-181-2093
Fax: +49-621-181-2099
E-Mail: [EMAIL PROTECTED]
Web: http://webrum.uni-mannheim.de/sowi/elff/
 http://www.sowi.uni-mannheim.de/lspwivs/

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] regression output to latex

2008-03-02 Thread Luca Braglia
hello everybody

i was seeking a converter beetween R regression output (eg with
summary) and the conventional way to present regression output in
paper: every model as a vertical vector with \beta, t beetween
parenthesis below the first, and other statistics (R^2 etc) .

I've seen hmisc and xtable, and if I didn't miss something, they
don't include something like that.

Thank you

   Luca

-- 
 Luca Braglia, aka Bragliozzo
   http://bragliozzo.altervista.org

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.