英文: make a group index for df 问题 You can achieve this in R using the mutate function from the dplyr ...
原生管道占位符在嵌套函数调用中
英文: Native pipe placeholder in nested function call 问题 在dplyr管道中删除NA值的惯用方法是在filter()调用中使用complete.ca...
如何使用strsplit基于行名称筛选数据框。
英文: how to filter dataframe based on rownames using strsplit 问题 I have a dataframe: dput(gene_exp[1:...
在R中从单个数据框中运行多年线性回归并将系数存储到新数据框中。
英文: Running several year linear regressions from a single dataframe in R and storing coefficients in...
尝试在R中使用dplyr计算随时间变化的值。
英文: Trying to use dplyr in R to calculate values over time 问题 在R中,我想要按天计算 sum(car * car_speed_hist_0...
unnest_longer函数用于展开包含字符和列表条目的列。
英文: unnest_longer column with char and list entries 问题 I am trying to convert JSON file to tibble. F...
计算基于子组的十分位数,并应用于整个数据集。
英文: Calculate deciles based on subgroup and apply to entire dataset 问题 我有一个具有以下列的数据集: subgroup: [gro...
数据整理问题,带有标记的声音文件
英文: Data wrangling problem with labelled sound files 问题 以下是您要翻译的内容: "Let's say I have a large d...
Why does my get_hundred function not work correctly when applied to my dataset in R using dplyr and stringr?
英文: Why does my get_hundred function not work correctly when applied to my dataset in R using dplyr ...
在R中过滤数据框时,排除字符串列中的多个字符的最佳方法是什么?
英文: Best way to exclude any of multiple characters in a string column when filtering a dataframe in ...
43