search for: unaspirated

Displaying 3 results from an estimated 3 matches for "unaspirated".

Did you mean: aspirated
2005 Nov 09
1
Problems with Shapiro Wilk's test of normality.
...ark,stars,sep="") + } + else{ + outstr <- "" + } + + + return(outstr) + + } > > ftable(tapply(aspvotwork$ampratio,list(Place=aspvotwork$Place,Age=aspvotwork$agemF,voicetype=aspvotwork$Type),FUN="length" )) voicetype Voiced Voiceless unaspirated Voiceless aspirated Place Age Velar 18 - 24 44 41 34 24 - 30 70 81 71 30 - 36 59 66 64 36 - 42 25...
2005 Aug 30
1
Convert ftable to latex?
...e 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.6489) 48.4164 (0;-1.0483) 24 - 30 50.5716 (0;-1.4244)** 43.4056 (-1;-0.4537)*** 24.204 (0;-2.1416) 30 - 36 44.4439 (0;-1.182)* 51.0996 (0;-1.5241...
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 6.7 5.1 Long lag 1.0 1.9...