英文: How do I write a function that returns both a dataframe and a ggplot? 问题 我想编写一个函数,该函数返回一个数据框和一个 ...
根据数据范围在R中每行计算事件数。
英文: Count events in R per row depending on data range 问题 我有一个包含1000名患者(患者1-1000)的数据集,他们接受了相同类型的手术,但由...
Rcpp和main/optim.c – 在通过`nmmin()`传递变量后如何翻译`void *ex`?
英文: Rcpp & main/optim.c - How to translate `void *ex` after passing the variable through `nmmin(...
根据跨多列找到的字符串值的选择来筛选数据框。
英文: Filter a dataframe based on a selection of string values found across multiple columns 问题 我有一个庞大...
找到具有出现条件的向量的第n个值 tidyverse R?
英文: Find the nth value of a vector with an occurence condition tidyverse R? 问题 我想识别向量中满足条件的值的索引(位置)。...
如何将计数标签添加到 statebin 地图?
英文: How to add count labels to statebin map? 问题 以下代码创建了一个 statbin 热图。我们如何在每个 bin 上添加包含计数的标签?(所需标签已经准...
如何使用小于3个观察值进行双样本 z 检验?
英文: How to do a two-sample z-test with <3 observations? 问题 在R中执行z-tests的一种通用方式似乎是使用BSDA包中的z.test函...
Shiny: 过滤功能不太好用,下载功能也有问题。
英文: Shiny: Filtering not working as well as download 问题 我有一个非常简单的应用程序,其中包含一个包含一个分组变量和一个值列的数据框。默认情况下,...
Splitting line or polygon with sf: st_intersection doesn’t work?
英文: Splitting line or polygon with sf: st_intersection doesn't work? 问题 I'm trying to do the see...
如何防止dplyr::select合并名称而不是分配新名称?
英文: How to prevent dplyr::select from combining names rather than assigning a new name? 问题 # 我试图基于另一...
298