英文: How to create groups based on cumulative values 问题 I would like to set groups based on sum of co...
在R中为每个小时创建一个虚拟矩阵?
英文: Creating a matrix of dummies for each hour in R? 问题 我的数据集跨越了一年。一开始是每15分钟一个数据点,然后我将其汇总成了每小时一个数据点。...
一个在R中的循环函数
英文: a loop function in R 问题 目前有以下几行代码,并希望编写一个循环函数来减少代码行数: 使用一个数据集的示例要下载: library(quantmod) start_dat...
Automatically check/uncheck one checkbox if another is checked/unchecked in R Shiny
英文: Automatically check/uncheck one checkbox if another is checked/unchecked in R Shiny 问题 我尝试了以下代码,...
R: 使用love.plot()给变量名斜体化。
英文: R: love.plot() italicize variable name 问题 我创建了一个爱心图来展示倾向得分匹配结果的协变量平衡。我想将细菌的名称如 E.coli 斜体显示,但似乎 *...
rstan/brms导致R和RStudio会话中止。
英文: rstan/brms cause R and RStudio session abort 问题 我遇到了与https://stackoverflow.com/questions/7216887...
移除具有过多出现的分类数值的列。
英文: Remove column(s) with overrepresented categorical values 问题 我有一个如下所示的数据集: data <- data.frame(...
如何使用tidyverse将表格扩展为更宽,如果某些因子水平为空
英文: How to pivot wider a table with tidyverse if some factor levels are empty 问题 我想将一个数据框从长格式转换为宽格式。...
R Spatstat:识别最近的邻居以供进一步使用
英文: R Spatstat: Identify nearest neighbours for further use 问题 我有一个包含488个GPS点(经度和纬度)的数据框。对于这488个点,我想...
根据其他行的值更改一行中后续条目的不同数量。
英文: Changing a different number of subsequent entries in a row based on values from other rows 问题 I ...
298