Displaying 2 results from an estimated 2 matches for "votcat".
Did you mean:
vocat
2005 Aug 30
1
Convert ftable to latex?
...not make the latex command to output a ftable objet the way I
want it. Is it posible?
I found a post in the archives saying that one should use the rgroup
and n.rgroup arguments to supply the row names, but so far I have been
unsuccessful.
This is what I have:
> (ftable(tapply(worksub$vot,list(votcat=worksub$votcat,age=worksub$agemF,voicetype=worksub$Type),FUN="distribution.table.fun",digits=4)) -> ftab)
voicetype Voiced Voiceless
unaspirated Voiceless aspirated
votcat age
Prevoiced 18 - 24 46.6158 (0;-1.6652) 40.7417
(0;-0....
2005 Aug 18
1
How do I make a Sweave + latex table out of this ?
Dear list,
I have a table that I would like to convert to latex for inclusion
into a Sweave file.
> round(ftable(prop.table(xtabs(~agemF + votcat + Type , data=work),margin=2))*100,1)
Type Voiced Voiceless unaspirated Voiceless aspirated
agemF votcat
18 - 24 Prevoiced 2.6 8.7 2.3
Short lag 5.8...