英文: Separate out TukeyHSD comparisons (first column) into new data frame. Split one column into two ...
用下一列的变量替换数据框中的NA值(R)
英文: Replace NA values in dataframe with variables in the next column (R) 问题 我是新手,还在努力学习R语言,但在其他帖子中找不...
R:按增量创建和标记组
英文: R: Creating and Labelling Groups by Increments 问题 我正在使用R编程语言工作。 我有以下数据: set.seed(123) my_data = ...
使quarto HTML文档使用完整的窗口宽度
英文: Making quarto html documents use the full window width 问题 我正在使用R创建一个quarto HTML文档,并将其发布到rpubs.co...
如何在我的 ggplot2 图中更改星号的大小?
英文: How to change the size of stars in my plot by ggplot2? 问题 我想根据padj值在我的图表上添加星号,但星号的大小太小了。我知道我是手动添...
如何将摘要函数存储到一个向量中,然后在R中使用for循环?
英文: How to store summary function into a vector then for loop in R? 问题 我有以下的数据集。对于每个月份和站点,我试图使用特定的包(...
自定义分级地图
英文: Customizing Choropleth Map 问题 我正在尝试制作一个使用来自亚洲的多个国家的Choropleth地图。下面是代码和国家。 library(ggplot2) libra...
在Stata中,”factor”是否与R中的”princomp”执行相同的功能?
英文: Does factor in Stata do the same thing as princomp in R? 问题 我需要在R中重新创建一个使用Stata的factor命令创建的变量。 我...
在另一个geom_sf层之上插入一个geom_sf层。
英文: R: Inserting a geom_sf layer on top of another geom_sf layer 问题 我想绘制一个法国地图,使用 geom_sf,然后在地图上添加一个...
按组内值计数筛选
英文: Filter by value counts within groups 问题 我想根据每个分组中特定值的出现次数来筛选我的分组数据框。 一些示例数据: data <- data.fra...
298