英文: How can I remove rows from a dataframe based on having NA in two columns? 问题 数据框叫做a。它有20列,共有4000...
将数据框中的NA值使用for循环和if语句转换为任意整数
英文: Converting NA values in a dataframe to an arbitrary integer with for loop and if statement 问题 我想...
选择数据框中的特定数据以替代,使用行和列名称。
英文: Selecting Specific Data in an Data Frame to replace using the Row and Column names 问题 我试图将数据表中特定...
在R中,如何为没有相应日期的每个物种添加零或NA?
英文: How can I add zeros or NAs to each species that does not have a corresponding date in R? 问题 我有一个...
在大型数据框中遇到缺失值的问题
英文: Trouble with NA's in large dataframe 问题 我在尝试标准化我的数据时遇到了困难。 首先,我使用我的数据创建了一个数据框对象,并指定了所需的行名称(并...
如何在R中使用相邻列的值和附加文本来替换数据框中的NA值
英文: How to replace NA values in dataframe with adjacent columns value + additional text to different...
我想在不丢失缺失值的情况下进行筛选。
英文: I would like to filter without losing NAs 问题 liver <- liver %>% filter(referral_assessment...
使用两个其他远距离观察的平均值来替换多个缺失的观测数据点。
英文: Replace missing datapoints with the average of 2 other distant observations when there are multi...
用下一列的变量替换数据框中的NA值(R)
英文: Replace NA values in dataframe with variables in the next column (R) 问题 我是新手,还在努力学习R语言,但在其他帖子中找不...
3