|
28
|
| wishihadabettername · 技术社区 · 15 年前 |
|
|
1
27
编辑 我刚意识到你想要累积频率。您可以通过将ecdf值乘以观测总数得到:
|
|
|
2
61
新版本的ggplot2(0.9.2.1)具有内置的 stat_ecdf()
或者
ggplot2文档中的代码示例。 |
|
|
3
21
更简单:
|