英文: How to separate a imported vector into colums in R? 问题 我有一个只包含数字的文本文件,位于单独的一列。 我需要将它们分开,并分配给我有的8...
找到具有最高值的列。
英文: R : Find Column with highest value 问题 我想找到每一列的最大值,并生成哪一列生成了最高值的信息(图片中的黄色单元格)。 感谢帮助。 英文: I want t...
如何识别列向量中的缺失月份?
英文: How to identify missing months from a column vector? 问题 让我们假设我有一个包含一个名为Date的数据框,日期从2000年到2019年。问...
过滤数值列名称上的非NA值
英文: Filter non-NAs on numeric column name 问题 我正在尝试筛选包含数值/日期名称的列,使用as.Date变量。 例如,考虑这个小数据库: dt <- d...
R中用于“连接”/“拼接”单词列表的函数。
英文: A function in R for "joining"/"concantenating" word lists 问题 A function in R...
根据另一列的行值有条件地返回一向量的某些行值。
英文: Conditionally returning a vector of some row values based on another column's row values 问题 ...
‘/’ 运算符和 ‘%/%’ 运算符在R编程语言中有什么区别?
英文: What is the difference between '/' operator and "%/%" operator in r programmin...
将一列进行分组,同时保留其他常数。
英文: grouping one column and leaving other constants in there 问题 如何修改下面代码中的组函数以包括startdate的常量值? # 重现我...
使用二项分布进行统计分析。
英文: Perform statistical analysis using binomial distribution 问题 我正在尝试使用二项分布来测试一个“随机”模型,该模型只会随机地在50%的...
有没有办法在R中写入文本文件时忽略 “\n”?
英文: Is there a way to ignore "\n" while writing to a text file in R? 问题 尝试将摘要写入Excel使用文本文件...
298