英文: Performing one sample t test with given mean and sd 问题 我正在尝试执行一个已知均值和标准差的单样本 t 检验。 样本均值为 100.5 总...
将行按递增合并为逗号分隔的行
英文: Combining Rows into Comma Separated Rows by Increments 问题 考虑下面的数据框。 A 25 12 32 52 56 98 96 53 25...
How do I hide a column from a DT table output?
英文: How do I hide a column from a DT table output? 问题 DT包展示了如何在表格中进行条件格式化的代码示例[example][1]。 library(...
应用用户定义的函数到使用zoo库的滚动窗口
英文: Applying user defined function to rolling window with zoo 问题 我正在研究一个项目,我想重新创建一篇文章中提到的市场效率指标。由于我正...
在 flextable 中将所有低于阈值的单元格更改为粗体。
英文: in flextable change all cells below threshold to bold face 问题 以下是要翻译的内容: I have the following sa...
ggplot的因子排序不起作用。
英文: ordering of ggplot not working with factors 问题 我已经按照点图的顺序创建了一个向量,但它没有按照那个顺序绘制。谢谢你的建议。 ```r order...
提取字符串中匹配的单词,按顺序。
英文: Extract matching words from strings in order 问题 Sure, here's the translated code portion: 如果我有两个...
在R中创建条件列时出错。
英文: Error on creating conditional column in R 问题 谢谢您的友善回复。我有一个数据框,我需要根据另一列的值应用公式来计算列的值: data <...
如何使用R中的corrplot包将一个变量与多个变量的相关性可视化。
英文: How to visualize a correlation of one variable to many using the corrplot package in r 问题 我试图在R中...
如何重叠R直方图
英文: How to overlap R histograms 问题 以下是代码的翻译部分: # 从[这里](https://stackoverflow.com/questions/64474714/...
298