andybega / spduration

Split-population duration model in R
https://andybeger.com/spduration/
4 stars 0 forks source link

xtable won't work with duplicate parameter names #14

Closed andybega closed 9 years ago

andybega commented 9 years ago
> xtable(model.coups)
% latex table generated in R 3.0.2 by xtable 1.7-4 package
% Tue Oct 21 16:31:52 2014
 \begin{table}[ht]
\centering
\begin{tabular}{rrrr}
  \hline
 & Estimate & StdErr & p \\ 
  \hline
1 & 4.00 & 0.24 & 0.00 \\ 
  2 & 0.21 & 0.03 & 0.00 \\ 
  3 & -0.03 & 0.12 & 0.79 \\ 
  4 & 6.53 & 3.26 & 0.04 \\ 
  5 & 0.90 & 0.41 & 0.03 \\ 
   \hline
\end{tabular}
\end{table}
Warning message:
In data.row.names(row.names, rowsi, i) :
  some row.names duplicated: 5 --> row.names NOT used
andybega commented 9 years ago

fixed in 0.12.1