Hi all,

I am trying to put the summary output of vglm{VGAM} into a Latex table using 
mtable(Memisc}. I think I solved the problem regarding to the fact that vglm 
produces a "vglm" object which is not accepted by mtable by default defining a 
getSummary.vglm function. 

However summary.vglm adds ":" to the end of the coefficient names followed by 
the factor level while using the multinomial model. So the coefficient names 
look like "(Intercept):1","(Intercept):2" etc. However this creates a problem 
in mtable:

"Error in strsplit(coefnames, ":", fixed = TRUE) : non-character argument" 

Any suggestions ? 

Or, are there any other general suggestions about putting vglm summary output 
into a Latex table using another method ?

All help is greatly appreciated.

Ugur   

Microsoft gives you windows, Linux gives you the whole house.

______________________________________________
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.

Reply via email to