Displaying 1 result from an estimated 1 matches for "tp948559p948812".
2009 Dec 04
1
latex.table for table with character and numeric columns
Hallo,
I have a dataset with one or two columns with character data
and the rest with numeric data.
Using latex.table from the quantreg package produced a table,
but I cannot set the decimals.
For instance:
---
> x<-data.frame(Name=c("Jan","Piet","Jan"), V=c(1,2.991,3))
> latex.table(as.matrix(x),file="x",caption="x")
>