英文: R: Extract alphabetical string from inside of quotation mark in dataframe 问题 我有一个数据框 data.frame(...
如何删除数据框中包含在另一个字符串中已经包含的子字符串的行?
英文: How to remove rows of a data frame that include a sub-string that is already contained within an...
如何在Quarto文档中使用`bslib::layout_column_wrap()`和grid-column CSS属性。
英文: How to use grid-column CSS property with bslib::layout_column_wrap() inside quarto doc 问题 如果我设置了...
重新创建一个使用ggplot的词汇网格。
英文: recreating a lexis grid using ggplot 问题 我正在追踪一个回答,我得到了这个问题上关于创建Lexis网格的答案。虽然答案让我能够将我的数据与Lexis网格叠...
在R Plotly中的直方图:设置断点数量
英文: Histogram in R Plotly: set number of breaks 问题 我想要在R中为Plotly直方图选择分割数量,就像hist基础R中的"breaks&qu...
Plotly Sankey图的动画帧在不同步骤中相同。
英文: Plotly Sankey diagram animated frame same for different steps 问题 我在尝试在不同帧上使用桑基图的动画时遇到了一个问题。尽管数据框...
将十分位数转化为变量
英文: Turn deciles into variables 问题 我目前正在查看一些用于logit的数据。我的logit运行得很好,但是有人要求我将数据分成十分位并可能对其进行处理。为此,我想我需...
从子列表中删除名称中的字符串
英文: Delete string from names in sublists 问题 我需要删除所有出现 "gene-" 的地方。 我尝试了以下代码: lapply(net, F...
生成多个Shiny图表的问题在使用map2时无法解决。
英文: Generating multiple charts in Shiny with map2 is not working 问题 这是我的代码: library(shiny) library(g...
R: 根据多个模式对多列进行数据透视
英文: R: pivot multiple columns based on more than one pattern 问题 我有一个数据集,其中有一个名为Patient_ID的列,以及与每个出生事...
298