英文: Cursor location for multiple matches (Officer Package in R) 问题 我正在尝试使用R中的Officer包来识别要插入/替换项目的确切位...
如何通过指定一系列列将一个大的tibble拆分成多个小的tibbles。
英文: How to seperate a big tibble into several samll tibbles by specify a serious of columns 问题 分离一个大...
如何显示具有不同列’b’值的列’a’的重复项
英文: how to show the duplicates of column 'a' with different values for column 'b' 问题...
形成一个对称矩阵,计算在同一群集中的实例数。
英文: Forming a symmetric matrix counting instances of being in same cluster 问题 城市数据库按年份划分为不同的聚类。换句话说,...
根据其他列中的True/False 如何创建新列?
英文: How to create new column based on true/false in other columns? 问题 我有多个包含“TRUE”和“FALSE”语句的列,我想创建一...
使用filter在R中选择多列中的特定值。
英文: Using filter to select specific values of ,multiple columns in R 问题 尝试在R中使用filter函数,并选择多列中所需的值,同...
如何在geom_smooth中使用lmer
英文: How to use lmer within geom_smooth 问题 # 混合效应模型 m_intercept <- lmer(grades ~ iq + (1 | class),...
用ggplot制作Cloropleth
英文: Cloropleth using ggplot 问题 我一直在尝试绘制一个色彩地图。我取得了一些进展,但现在卡住了。这个想法是在巴西地图上标记每个州的暴力故意死亡数量。 我正在使用以下数据集:...
Perform a logical test over a group_by() of rows, but mutate the rows individually?
英文: Perform a logical test over a group_by() of rows, but mutate the rows individually? 问题 如何在R中对一组行...
How do I add geom_errorbars() using a separate dataset to an existing geom_violin() dataset in ggplot2?
英文: How do I add geom_errorbars() using a separate dataset to an existing geom_violin() dataset in g...
298