Dear R users, I have a matrix x of simulated values. Each column corresponds to one variable. summary(mcmc(x)) works fine I would like however to transform the ouput into a nice LaTeX code. xtable( summary(mcmc(x)) ) does not work. Thanks Randall [[alternative HTML version deleted]]
I forgot to say that the coda package is loaded. Randall 2010/4/27 Randall Wrong <randall.wrong@gmail.com>> Dear R users, > > I have a matrix x of simulated values. Each column corresponds to one > variable. > > summary(mcmc(x)) works fine > > I would like however to transform the ouput into a nice LaTeX code. > > xtable( summary(mcmc(x)) ) does not work. > > Thanks > Randall > >[[alternative HTML version deleted]]