Good Day to All,
When sweaving the following:
\begin{table}
\centering
<<echo=FALSE>>=
ftable(ifmtm$type, ifmtm$gender, ifmtm$marche , ifmtm$nfic,
dnn=c("Type","Gender","Ambulant","Visit"))
@
\caption{Four-way cross-tabulation on all data}
\label{tab:crosstab}
\end{table}
the output of ftable is not centered while the latex caption is.
Is there a way to center the R output in this setting ?
Thanks for any help and best wishes, JL
______________________________________________
[email protected] 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.