英文: use named vector to create column in pipe chain 问题 在管道链中,您想要使用一个命名向量来创建一个新列,该新列与向量的名称匹配字符串列的字符串:...
如何在PowerPoint中使用OfficeR搜索和替换文本。
英文: How to search and replace text in PowerPoint, using OfficeR 问题 我正在使用 officer 来操作 PowerPoint 模板,以...
使用R中的Highcharter为每个条形图添加水平线。
英文: Addings horizontals line on each Bar using Highcarter in R 问题 这是我的代码: data <- gapminder::...
ggplotly使多边形的边界变为透明。有解决方法吗?
英文: ggplotly makes the border of a polygon transparent. Work around? 问题 我正在使用ggplotly制作散点图,以便用户可以悬停在...
在多个因素下改变 x 轴顺序
英文: Changing order in x axis with multiple factors 问题 我创建了一个图表,显示不同因子水平的均值,但对于分类因子(Pretreatment),我希望...
在R中,按照ID进行的最后观察值向前填充。
英文: Last observation carried forward by id in R 问题 我有一些类似这样的纵向数据: id <- c(1,1,1,2,2,2,3,3,3,4...
如何将数据框转换为时间序列(年度)。
英文: how to convert a data frame to a time series (yearly) 问题 以下是要翻译的内容: 大家好。我有一个问题,需要将数据框转换为时间序列,但我的...
将包含多个非零值的数据行分开,使新行每行只包含一个非零值。
英文: Separating rows of data containing multiple non-zeros, so new rows contain one non-zero value ea...
计算线性模型和其他广义线性模型的GAIC时出错。
英文: Error in computing GAIC of linear model and other GLMs 问题 我的数据集可以在这里找到:https://raw.githubusercon...
在R中基于逻辑条件返回列表中的变量名称。
英文: Return names of variables with in list based on logical condition in R 问题 Desired output: "...
298