"R prop.table()"의 두 판 사이의 차이

(새 문서: ==개요== ;R prop.table() * "Express Table Entries as Fraction of Marginal Table" <syntaxhighlight lang='r' run> m <- matrix(1:4, 2) m prop.table(m, 1) </syntaxhighlight> ==같이...)
 
 
12번째 줄: 12번째 줄:
* [[R 분할표]]
* [[R 분할표]]
* [[R table()]]
* [[R table()]]
* [[R xtabs()]]
* [[R margin.table()]]
* [[R margin.table()]]



2021년 5월 21일 (금) 23:35 기준 최신판

1 개요[ | ]

R prop.table()
  • "Express Table Entries as Fraction of Marginal Table"
m <- matrix(1:4, 2)
m
prop.table(m, 1)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}