This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 2012/12/14 | |
| # 実装をシンプルに | |
| # vcdパッケージがあればCramer's Vを出力 | |
| # summary.CrossTableにlatexオプション(ただし表組み部分のみ) | |
| # 2012/05/15 罫線を修正 | |
| crossTable <- function(..., deparse.level = 2){ | |
| table <- table(..., deparse.level = deparse.level) | |
| class(table) <- c("CrossTable", "table") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hadoop fs -ls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NSString *str = @"Hello, world!"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |