Displaying 1 result from an estimated 1 matches for "margintable".
2008 Jul 02
1
is there an equivalent of prop.table but for counts
...quot;(-0.001,0]", "(0,0.001]", "(0.001, Inf]"), c("Neutral",
"Negative", "Positive")), .Names = c("", "", "")), class = "table")
proptable <- prop.table(temptable,margin=c(1,2))
print(proptable)
margintable <- margin.table(temptable,margin=c(1,2))
print(margintable)