R混淆的表函数

时间:2016-04-11 19:46:40

标签: r statistics

R中对表(在基数中)的新内容,混淆了输出中0和1的含义。同样在R手册(https://stat.ethz.ch/R-manual/R-devel/library/base/html/table.html)中,据说“使用交叉分类因素”,努力但却找不到一个好的例子,如果有人能告诉我“使用交叉分类因素”是什么意思一个例子,它会很棒。感谢。

> a <- letters[1:3]
> 
> a
[1] "a" "b" "c"
> table(a, sample(a))  

a   a b c
  a 1 0 0
  b 0 0 1
  c 0 1 0
> table(a)  
a
a b c 
1 1 1 

1 个答案:

答案 0 :(得分:1)

以下面的例子为例

ember-cli: 2.4.3
node: 4.4.2
os: darwin x64