英文: Fatal error relating to "include S.h" when installing R 'scalop' package 问题 我正...
为什么Arima()和glm()函数的拟合结果不同?
英文: Why are the fitting results of the Arima() and glm() function different? 问题 我对Arima()函数和glm()函数拟...
如何在同一个代码块中使用dplyr的rename和mutate动词。
英文: How to use dplyr verbs rename and mutate in a same chunk 问题 我想首先将我的 x 变量重命名为 newX,然后基于 newX 和 y ...
After_stat() 和 glue() 不能一起使用。
英文: After_stat() and glue() do not work together 问题 我想使用 plotly::ggplotly() 创建一个图表。 这个方法运行正常。 librar...
使用tidyr或dplyr方法的Fisher精确检验
英文: fisher exact using tidyr or dplyr approach 问题 我有一个包含两组数据的数据框,分别是肿瘤组和正常组。对于每个位点/行,我想要计算在肿瘤组和正常组之间...
如何使用R中的rvest从存储在AWS上的网站下载PDF文件。
英文: How can I download PDFs from a website that stores them on AWS using rvest in R 问题 从使用rvest存储在AW...
平滑样条,是否有一种方法可以自动将s()添加到每个列名称中?
英文: Smoothing splines, is there a way to automatically add s() to each column name? 问题 I can provide...
How can I convert a data table to its logarithm (+1, base 2) form in R while ignoring non-numeric values?
英文: How can I convert a data table to its logarithm (+1, base 2) form in R while ignoring non-numeri...
有办法将两个变异的数据框合并在一起吗?
英文: Is there a way to merge two mutated dataframes together? 问题 所以,我基本上有两个数据框,从一个名为'original_data'的单...
为什么在R中使用Likert包的100%堆叠条形图时,x轴上的条形被反转?
英文: Why are the bars inverted on the x axis when using 100% stacked bar plots with grouping in the L...
298