英文: Is there an R function for collapsing characters into one cell if they have a matching character...
如何在R中有条件地复制和编辑行
英文: How to conditionally duplicate and edit rows in r 问题 需要向数据框中添加两行,这两行的值与现有行相同。例如,下面的情况下,我需要添加 &qu...
统计跨多列的发生次数,并按年份分组
英文: Count occurrences across multiple columns and group by year 问题 我有一个电影数据集,其中有一列表示年份,另外三列表示不同的电影类型...
如何在for循环中设置`stat_function`以绘制两个正态分布图,中心和方差参数。
英文: How to set the stat_function in for loop to plot two graphs with normal distribution, central an...
生成stargazer的子组摘要统计信息。
英文: Generate summary statistics by subgroup with stargazer 问题 我尝试使用R中的stargazer生成Latex的摘要统计表。表格应该按三个...
plotly 在从 ggplot 转换时删除了分组图例(按颜色、按符号)。
英文: plotly drops grouped legend (by color, by symbol) when converted from ggplot 问题 I don't quite un...
提取并组织文本文件到数据框架 (dataframe)。
英文: extract and organise textfile to dataframe 问题 我有一个包含以下结构的大型文本文件: AA<-tibble::tribble( ~`-...
在R中,通过”S.NO”分组收集数据时,在数据的开头和结尾添加”Age”的NA值。
英文: Adding NA for Age at the start and end of the data collected when grouped by S.NO in R 问题 S.NO A...
Get all first four digit values within a column of data and make those values a new column of data in R
英文: Get all first four digit values within a column of data and make those values a new column of da...
r survey svyquantile: 舍入小数位数
英文: r survey svyquantile: Rounding the number of decimal places 问题 以下是代码的翻译部分: library(haven) librar...
298