search for: voicetype

Displaying 2 results from an estimated 2 matches for "voicetype".

2005 Nov 09
1
Problems with Shapiro Wilk's test of normality.
...+ } + + } + + outstr <- paste(premark,'W=',W,',p=',shap,postmark,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...
2005 Aug 30
1
Convert ftable to latex?
...table 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.6489) 48.4164 (0;-1.0483) 24...