英文: Produce a descriptive statistics table separated by "±" 问题 I'm new. I need to pro...
使用 tidy select 中的变量在 paste() 函数内。
英文: Use variables from tidy select within paste() 问题 以下是翻译好的代码部分: 假设以下函数 library(tidyverse) nest_fun...
白色间隙/空白空间与堆叠面积图(ggplot)
英文: White gaps/blank space with stacked area graph (ggplot) 问题 我遵循了这里的指导生成了一个针对分类变量内的四个组的堆叠面积图。代码没有错...
从分组数据中使用分段回归提取多个变量的断点。
英文: Extract breakpoints from multiple variables from grouped data using piecewise (segmented) regres...
将函数应用于数据框列(dplyr)
英文: Apply function to dataframe-column (dplyr) 问题 Here is the translation of the code parts you prov...
用最小和最大日期填充每个组的缺失日期。
英文: Complete missing dates with minimum and maximum date per group 问题 以下是翻译好的部分: 我有以下的数据框df(下面是'dput...
Find Top5 min and max values per group in dataframe (determine min and max differentially expressed genes)
英文: Find Top5 min and max values per group in dataframe (determine min and max differentially expres...
如何使用if_else输出一个tibble,以及如何使用mutate输出一个list-column?
英文: How to output a tibble with if_else, and how to output a list-column with mutate? 问题 I'm attempt...
从多个线性回归模型的输出创建数据框。
英文: Creating a dataframe from output of several linear regression models 问题 I understand that you wa...
改进循环,使用mutate函数。
英文: Improve loop by using mutate function 问题 I have a data frame called result which looks like that...
43