Displaying 1 result from an estimated 1 matches for "sumlocus".
Did you mean:
msu_locus
2004 Sep 02
0
Two xtable Questions
...11 Aire 10 D10Mit198 33.9 0.6457 106.13 78
12 Idd4 11 D11Mit298 37.2 0.9261 107.47 78
13 Idd21 18 D18Mit135 9.8 0.9272 107.67 78
> xtable(final.df,
+ caption = "Summary for each Locus",
+ label = "tab:sumLocus")
Error in x + ifelse(x == 0, 1, 0) : non-numeric argument to binary
operator
> is.data.frame(final.df)
[1] TRUE
final.df is a data frame, but I cannot understand what the error message
means about "non-numeric argument to binary operator".
The other problem is:
> one...