英文: quarto title font size is too large. How can I make it smaller? 问题 标题字体太大了,如标题所示。我如何将它变小? 这是我在YA...
How to be concise in R code: 1) Reading lists of *.csv files -> 2) rename lists -> 3) merge -> 4) get follow up rates
英文: How to be concise in R code: 1) Reading lists of *.csv files -> 2) rename lists -> 3) merg...
颜色映射在R中使用Plotly不起作用。
英文: Color mapping not working with plotly in R 问题 I want to plot df1 with "time" on the x-...
R告诉我两个因子水平是”0″和”1″,但然后列出1和2,并将它们绘制为1和2。
英文: Why does R tell me the two factor levels are "0" "1" But then lists 1s and 2...
`get_all_outcomes()`: 使用cuminc时出错
英文: `get_all_outcomes()`: error when using cuminc 问题 我正在尝试在医学数据库中进行竞争风险分析。 安装所需的包后,我运行以下代码: cuminc(S...
使用缺失值进行主成分分析时出错,使用missMDA。
英文: Error using missing values in Principal Components Analysis with missMDA 问题 我有一个数据集中某个变量存在缺失值,我正...
In R leaflet interactive map, all my values get incorrectly displayed (while values inside data frames are all correct)
英文: In R leaflet interactive map, all my values get incorrectly displayed (while values inside data ...
R绘制日期数据的多个geom_line
英文: R plot date data multiple geom_line 问题 绘制以下数据。 尝试在图中包括每种技术的线条,不使用facetwrap。绘制技术和文件数量 - 日期 emmm 任...
在R中创建一个堆叠的2 x 2 kable表格,使用不同维度的数据框。
英文: Create a stacked 2 x 2 kable table in R with different dimension dataframes 问题 以下是您提供的代码的翻译部分: 我...
读取具有不同扩展名的本地文件 – 高效的方法?
英文: reading in local files with different extensions - efficient way? 问题 我有一个包含不同文件扩展名(.csv、.xls、.xl...
298