【发布时间】:2014-09-28 19:09:02
【问题描述】:
我有一个变量d.merg.hosp.aucs.list,其中包含 100 个lists,每个包含 8 个整数值。我想对所有这些值执行quantile(),所以我这样做了:
d.merg.hosp.aucs.list
merge_all 是来自reshape 包的内置函数。但是,在我运行完该代码后,我检查了所有列表是否合并
>d.merg.hosp.aucs.list 但我知道了:
data frame with 0 columns and 0 rows
我哪里做错了?
这是d.merg.hosp.aucs 中前 10 个列表的可重现示例:
d.merg.hosp.aucs
【问题讨论】: