英文: Single item generation with build_fa / plot_fa (IMak package in R) 问题 我的目标是将一个问卷从一个调查软件转移到另一个。这个...
如何在使用 left_join() 合并数据时保留标签?
英文: How do I keep the labels when merging data with left_join()? 问题 我有两个手动添加标签的数据框。我想要合并这两个数据框,同时保留来...
删除一列,保持单元格的格式。
英文: Delete a column keeping the format of the cells 问题 I want to remove column 2 from this excel whi...
在一个netcdf文件中高效地转换单位。
英文: Convert units in a netcdf file efficiently 问题 我有降水单位为kg m-2 s-1的netcdf数据。我想将其转换为毫米(1 kg/m2/s = 8...
将颜色/流分组,使条形创建第一个条形图。
英文: Group color/ flow so that the bars create a bar chart of first 问题 以下是您要的翻译部分: 我有一个数据集,看起来像这样: re...
更新数据框中的名称以始终保持相同。
英文: Updating the names in dataframe to keep the same always 问题 在绑定所有小表时,数据框的名称具有扩展名“.x”、“ .y”、“ .xX”...
在R中转置数据框,保持列名和行名不变。
英文: Transpose Data Frame with Column and Row names intact in R 问题 我正在尝试创建一个简单的转置函数,将列名保留在第一行,将第一行的数据...
将列数据转换为行数据 R
英文: Transform column data to row data R 问题 我有以下格式的数据: # 可再现的示例 order <- c(4, 5, 6, 7, 8, 9, 1...
在R中合并两个没有共同列的数据框。
英文: Merging tow dataframes in R that do not have common columns 问题 我一直在尝试合并两个在R中没有相同列的数据框。我得到的输出是一个具...
Create a dummy variable based on two variables x1 and x2 (dummy=x1 only if at least one adjacent x2=yes)
英文: Create a dummy variable based on two variables x1 and x2 (dummy=x1 only if at least one adjacent...
298