英文: Raster doesn't create right output file (.gri and .grd file) instead of an .tif file 问题 I'm ...
在R中为岭回归模型绘制均方误差图的问题。
英文: Problems with drawing graph of MSE error for ridge model in R 问题 我构建了最佳的岭回归模型: library(glmnet) d...
使用`substr`函数在R中获取前六个字符时为什么会得到小数?
英文: Why do I get decimals when I use the substr function to get the first six characters in R? 问题 我的...
使用purrr在多个列上进行多个映射的重新编码。
英文: Using purrr to recode across multiple columns with multiple mappings 问题 我有一个包含问卷调查响应标签的数据框。我总是喜欢...
如何在R中按连续的开始时间和结束时间分组?
英文: How to group by consecutive start time with end time in R? 问题 我尝试解决以下问题,将连续的开始和结束时间分组在一起,以计算总旅行费...
逐行从均匀分布中抽样
英文: Sampling from uniform distribution row wise 问题 考虑以下数据: df <- data.frame(id=1:5, x_min = c(0.1...
读取R中的文件对,使用正则表达式
英文: Read files in pairs in R using regular expression 问题 files <- list( c("postgwas2hmp_Extr...
计算多列上相同值的列之和,进行筛选。
英文: Calculate sum column filtering identical values on multiple columns 问题 我有多列数据(S1,S2,S3),并试图创建一个总...
使用R Shiny中的反应式’value’来更新自身
英文: Updating a reactive 'value' using itself in R Shiny 问题 我正在尝试构建一个仪表板,以跟踪我在Bugzilla中的团队错误。...
如何在R中从年龄类别计算数值年龄
英文: How to calculate numeric age from age classes in R 问题 我有一个有关一系列年份的动物捕获数据集,如下所示: Data <- cbind...
298