英文: home page generated by pkgdown not rendering properly 问题 在几个月没有更新我的包mRpostman之后,我决定在README.Rmd文件...
Conditional calculation of new variable based on specific groups of rows, row values and columns in R dataframe
英文: Conditional calculation of new variable based on specific groups of rows, row values and columns...
Dominance analysis with Dirichlet regression: 公式语法相关的错误吗?
英文: Dominance analysis with Dirichlet regression: error related to formula syntax? 问题 目标 我想在Dirichle...
在Shiny应用程序中动态隐藏包中的模块。
英文: Dynamically hide module from package in Shiny app 问题 我尝试构建一个动态显示和隐藏模块的应用程序。根据这个教程和这个代码,我可以显示和删除自...
这个箱线图中的这些点是什么意思?
英文: What are these dots in this boxplot? 问题 我为一个数据集创建了一个箱线图,并没有使用geom_jitter函数。但是在图中仍然有点出现。它们是统计值吗?为...
dplyr::coalesce在R中跳过不存在的值
英文: dplyr::coalesce skip non-existent values in R 问题 dplyr::coalesce()函数可以跳过不存在的值,比如在这个例子中的列名(例如col2...
将sf几何图形与转换后的几何图形合并。
英文: Combine sf geometry with transformed geometry 问题 我正在使用R复制xkcd的“Bad Map Projection: ABS(Longitude...
Snakemake与R问题:无法找到输出文件。
英文: Snakemake with R Problem cannot find output files 问题 我正在尝试使用Snakemake使生物信息学工作变得“更容易”,但是我的第一次尝试不幸...
使用XGBoost和tidymodels时出现“无效的树数量”错误。
英文: 'Invalid number of trees' error with XGBoost and tidymodels 问题 我正在尝试预测患者对治疗的反应。当涉及到机器学习时...
在R中使用Webscraping FBRef获取个人球员统计数据
英文: Webscraping FBRef for Individual Player Stats in R 问题 我正在尝试从FBRef上爬取个人球员的统计数据,但我遇到了一个无法解决的问题。 假设...
298