英文: Subtract the sum of multiple values from a value in a different dataset across multiple groups 问...
如何在使用gt_summary()的输出中翻转列和行?
英文: How can I flip the columns and rows of this output from gt_summary()? 问题 这是一个 tibble 的简要概述: &...
如何使ggPredict图中的数据点更透明?
英文: How to make data points in ggPredict plot more transparent? 问题 这是我的代码: fit4=lm(Response~r*delta*...
使用purr或map对因子变量的总百分比进行汇总。
英文: Summarising with purr or map the percentage of the total of a factor variable 问题 我正在尝试为列表的每个变量执行...
快速矩阵操作在 R 中
英文: Fast matrix operations in R 问题 我想要构建一个类型如下的矩阵 X: N = 1000 A = seq(1, N, 1) B = A X = A %*% t(rep...
是否有基于sf(或df)的替代方法来估计双变量正态核密度?
英文: Is there an sf (or df) based alternative to kernelUD to estimate bivariate normal kernel density...
无法将’…’翻译为宽字符串。
英文: unable to translate '...' to a wide string 问题 看起来对我来说,R 在版本 4.3.0 中引入了一个新的错误,这导致了我的许多网络爬...
有没有一个函数可以查看 rds 文件的详细信息?
英文: Is there a function that lets you view the details of an rds file? 问题 在R中有没有一个函数可以查看保存的模型的详细信息? ...
将日期和时间分开在R中
英文: Separate date and time in R 问题 我有包含日期和时间的数据集,数据类型为 "character",位于 "valid" 列中...
在图表中排序列
英文: Order columns in plot 问题 我想用geom_col()创建一个堆积图,使用以下数据集。 tmp.df <- data.frame( original = c(2.6...
298