腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(84)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Forestplot
-多变量和数据帧
我正在使用下面的代码来做
forestplot
。 require(ggplot2)xlab(ylab) + #switch because of the coord_flip() abo
浏览 0
修改于2016-06-06
得票数 1
1
回答
更改
forestplot
中部分字符串的字体
下面是用R中的包
forestplot
创建的
forestplot
。我使用以下代码创建了它:data(HRQoL) paste("r=", sprintf("%.2f", HRQoL$S
浏览 5
提问于2018-01-12
得票数 1
回答已采纳
1
回答
forestplot
:希望为每4列提供图例
在没有图例的情况下,我的森林图使用下面的代码工作得很好library(
forestplot
) high <- with(test_data2, cbind(high1, high0, high3, high4)) library(
forestplot
) test_data2<-dat
浏览 1
提问于2017-04-05
得票数 1
1
回答
Forestplot
R-展开图,编辑变量名
我准备了一个代码来可视化我的数据: library(
forestplot
)test_data <- rbind(rep(NA, 4), test_data)
forestplot
浏览 25
提问于2018-12-31
得票数 1
回答已采纳
1
回答
如何使用R中的
forestplot
包在
forestplot
中将行压缩在一起
我正在使用R中的
forestplot
包制作一个森林图。在我的图中,行之间有很多空格。如何删除空格或将行压缩在一起,以制作更整洁、更小的图形?非常感谢。library(
forestplot
) structure(list( lower"0.9", "0.7", "1.2"), c("", "99% CI", "0.
浏览 26
提问于2019-09-11
得票数 3
1
回答
meta-analysis中缺失CI所需的
Forestplot
调整
library(
forestplot
) # grafted from https://cran.r-project.org/web/packages/
forestplot
/vignettes/
forestplot
.htmlRatio", "6.00", "4.19", "3.11", "3.89", "13.20", "3.84", &quo
浏览 48
提问于2019-03-11
得票数 1
回答已采纳
1
回答
获取图形宽度-使用r函数
forestplot
时出错
我试图通过使用包
forestplot
来创建一个
forestplot
,但我总是得到以下错误:这是我的代码:
forestplot
(row_names, coef, low, high, new_page=T, xticks=c(0,0.5,1, 1.5,2当时在Gmisc-package中实现了
forestplot
函数。现在它是一
浏览 2
修改于2016-10-15
得票数 1
2
回答
forestplot
:我想按照包的建议修改现有的fpDrawNormalCI
forestplot
(labeltext = labelstrings, mean因此,在加载库(
forestplot
)之后,但在
forestplot
命令之前,我尝试在我的脚本中创建它。有没有人能提供一个例子,说明他们是如何修改
forestplot
中的fpDrawNormalCI函数的? 谢谢,克里斯
浏览 0
提问于2017-02-16
得票数 0
1
回答
R:
forestplot
-绘图上的置信区间
代码包含多元回归分析的数据和林地的美感: library(
forestplot
) "Year of the studies \u22651.84]", "1.89 [1.33-2.68]", "1.82 [1.05-3.14]", "4.03 [2.15-7.54]", "0.58 [0.38-0.90]"))
forestplot
浏览 29
提问于2019-05-03
得票数 0
1
回答
使用xlog=TRUE -
Forestplot
-R错误放置网格线
"4", "3", "2", "3", "4", "2", "3", "4", "3", "5", "")) graph.pos = 3, t
浏览 94
修改于2017-08-22
得票数 0
回答已采纳
1
回答
forestplot
:如何定义xlog=TRUE时的xticks
controls = c("60", "17", "11"),
forestplot
浏览 7
提问于2022-10-18
得票数 0
1
回答
在
forestplot
中将特定行的字体更改为粗体
我使用"
forestplot
“包编写了一个脚本。我想要将变量分组到某些类别中,我希望以粗体显示,以便强调这些类别。fpTxtGp
forestplot
(tabletext, txt_gp = fpTxtGp(label = list(gpar(fontfamily = "Times
浏览 260
修改于2021-02-11
得票数 0
1
回答
如果您使用的是
forestplot
R包,如何添加脚注?
c("PK Measures", d1$PK.Measures), library(
forestplot
) png(filename="forestTAF.png",width=1600, height=640)
forestplot
(labeltext=tabletext, g
浏览 2
修改于2016-10-15
得票数 3
2
回答
在
forestplot
中,设置字体,使文本“普通”,不起作用,为什么?
library(
forestplot
)cochrane_from_rmeta <- c("", "OR", "0.58", "0.16", "1.02", NA
浏览 164
提问于2020-06-28
得票数 1
回答已采纳
1
回答
左对齐森林绘图包中的
forestplot
()文本
为此,我使用了来自R.的
forestplot
,用于我所采用的代码:。我现在的问题是我的标签文本中的效果是中心对齐的。由于有些效果是否定的,所以文本看上去相当流畅。谢谢你的帮助 mean=c(NA,NA,NA,NA,data$Group.difference)
浏览 1
提问于2018-05-16
得票数 2
回答已采纳
1
回答
使用R
forestplot
包,有没有一种方法可以给盒子分配可变的颜色?
作为示例,我将使用R
forestplot
vignette ()中的代码:# Cochrane data from the 'rmeta'-package c("", "OR", "0.58", "0.16",
浏览 3
修改于2016-10-15
得票数 1
回答已采纳
2
回答
是否有一个参数的绘图区域的宽度,在
forestplot
()
# Packagetest_data <- data.frame(coef=c(1.59, 1.24),Prepare text c(test_data$explan))
forestplot
浏览 1
提问于2018-07-06
得票数 0
回答已采纳
2
回答
在
forestplot
函数中更改x轴标签的字体大小
我使用以下代码在R中生成一个森林地块: liverdata,new_page = TRUE, is.summary
浏览 2
修改于2020-03-19
得票数 4
1
回答
Forestplot
.default中的错误:在平均值参数中提供了2行,而标签有34行
第二步如下:png(file.path(workdir,"Figures\\
Forestplot
.png"),width=960, height=640) lwd.ci=2, ci.vertices=TRUE, ci.vertices.height = 0.4)错误:
Forestplot
.default
浏览 6
修改于2019-01-19
得票数 0
回答已采纳
1
回答
R metafor
forestplot
如何将CI 95%标题添加到列上方
如何在置信区间列(3d列)上方添加标题"OR CI 95%“,并在第一列上方添加标题"Cohort”?library(metafor) 0.9158 -0.08461987 forest.rma(meta_analysis,xlab="Odds Ratio", slab=c(&
浏览 2
修改于2018-12-18
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
点击加载更多
领券