[R] Calculation of BIC done by leaps-package

2010-12-26 Thread Jan Henckens
double vr<-ll$ress[i,j]/ll$nullrss ## maximum number of variables i ^^ This seems to match the calculation done by extractAIC but it doesn't! Maybe anyone can tell me about the reason of the variation of the BIC-values? Best regards, Jan Henckens ### Minimal Example: require(leaps

[R] memisc-Tables with robost standard errors

2011-01-05 Thread Jan Henckens
I already worked out how to archieve it): Variable & Coeff. & robust S.E. & lower 95% KI & upper 95% KI \\ Var1 & x.22^(*) & (x) & [x & x] \\ . . . Maybe someone has any suggestions how to implement this kind of table? Best re

[R] Problems producing quantreg-Tables

2011-01-10 Thread Jan Henckens
). I'm using R 2.12.1 with 'quantreg' v4.53 on Windows XP. I hope anyone can help? Best regards, Jan Henckens -- jan.henckens | jöllenbecker str. 58 | 33613 bielefeld tel 0521-5251970 __ R-help@r-project.org mailing list https:/

Re: [R] Problems producing quantreg-Tables

2011-01-11 Thread Jan Henckens
I think I found out about the existing problem with generation of tables done by latex(): Checking the source code of 'table.R' I noticed any optional arguments specified seem to be discarded when calling the function latex.table() after preprocessing the summary.rqs-output So unlike state