On Aug 22, 2011, at 3:18 PM, ea819 wrote:

Dear all,

I am having trouble creating LaTex tables using the xtable command. I am using the bayesm package to analyse data. However, I am unable to generate LaTex tables converting the output from summary(out$deltadraws.) I have made several attempts using xtable but have been unsuccessful and receive the below error message. Does anyone have any ideas on how I can solve this
problem or an alternative way to create Tex tables?

print(xtable(mat), type="latex", file="PosterSumm_Delta_MnlNmixMarg.tex")
Error in UseMethod("xtable") :
no applicable method for 'xtable' applied to an object of class "NULL"


It is going to be difficult to answer this since your installation of R thinks that 'mat' does not exist.

--
David.

Many thanks in advance.
Elcin
--
View this message in context: 
http://r.789695.n4.nabble.com/Problem-with-xtable-tp3760991p3760991.html



David Winsemius, MD
West Hartford, CT

______________________________________________
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