英文: How to create a sequence of repeating numbers in a column based on a starting number? 问题 library...
R Web scraping code to pick all cast members and directors on the IMDB website not working?
英文: Why is R Web scraping code to pick all cast members and directors on the IMDB website not workin...
在dplyr中使用Group by并确定最近的条目是否重复。
英文: Group by in dplyr and determining if the most recent entry is repeated before 问题 在我的数据中,有```不同的人...
生成用于从新对象筛选数据的R函数
英文: generate R function to filter data from a new object 问题 尝试开发一个新的对象(用于生物信息学),所以我想从对象的某些元素中提取信息,并且...
如何在R中用另一个数据框替代一个数据框
英文: how to replace a dataframe with another dataframe in R 问题 if df1 look like a df2, df1 would repl...
如何使用dplyr合并具有NA的列?
英文: How to coalesce columns that have NA using dplyr? 问题 我正在寻找一种使用dplyr组合具有多个列中的NA的行的方法。我还没有找到解决这个问题...
在glmmLasso模型上进行预测
英文: Predicting on a glmmLasso model 问题 我想使用glmmLasso包,已经可以运行模型并得到摘要输出以及提取拟合值,但我想知道如何使用它进行预测? 我是否漏掉了一...
`ggplot`的散点图,用于两个分类变量,一个分类变量按颜色区分。
英文: ggplot scatterplot for 2 categorical variables, 1 categorical variable by color 问题 我喜欢使用 ggboxpl...
创建一个带有两个Y轴的ggplot。
英文: Bar ggplot with two y-axes 问题 我尝试使用ggplot创建一个双Y轴的柱状图,但不确定我的代码哪里有问题,因为我已经与许多其他示例进行了比对。数据框(mun_ndv...
无法编译 ‘sass’,当尝试使用R安装包时。
英文: Unable to compile 'sass' when trying to install package with R 问题 当在Rstudio中运行install.pa...
298