File:Fisher-method-fused-P.svg

原始文件(SVG文件,尺寸为623 × 533像素,文件大小:342 KB)


摘要

描述
English: Fusing two p-values by using Fisher's method.
日期
来源 自己的作品
作者 Chen-Pan Liao

R code

d <-
  expand.grid(P1 = seq(0.001, 1, length = 500),
              P2 = seq(0.001, 1, length = 500))
d$`Fused P` <-
  pchisq(with(d,-2 * (log(P1) + log(P2))), 2 * 2, lower.tail = F)

library(ggpubr)
library(extrafont)
loadfonts(device = "win")
cols <-
  c(
    '#67001f',
    '#730d2c',
    '#7f1938',
    '#8a2545',
    '#953052',
    '#9f3b5f',
    '#a9466c',
    '#b35278',
    '#bc5e85',
    '#c46a91',
    '#cc779d',
    '#d483a9',
    '#db90b4',
    '#e19ebf',
    '#e7acca',
    '#ecb9d4',
    '#f0c8de',
    '#f3d6e8',
    '#f6e5f1',
    '#f7f4f9'
  )
ggplot(d, aes(P1, P2)) +
  geom_contour_filled(aes(z = `Fused P`), binwidth = 0.05, color = 8) +
  coord_fixed() +
  scale_fill_manual(values = cols) +
  scale_x_continuous(
    expand = expansion(c(0, 0)),
    limits = c(0, 1),
    breaks = seq(0, 1, 0.1)
  ) +
  scale_y_continuous(
    expand = expansion(c(0, 0)),
    limits = c(0, 1),
    breaks = seq(0, 1, 0.1)
  ) +
  guides(fill = guide_legend(title = "Fused P")) +
  theme_pubr(11, "Liberation Sans", legend = "right") + 
  theme(legend.text = element_text(size = 11)) +
  x11(width = 7, height = 6)

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

说明

添加一行文字以描述该文件所表现的内容
Fusing two p-values by using Fisher's method

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2021年10月26日 (二) 01:452021年10月26日 (二) 01:45版本的缩略图623 × 533(342 KB)Chen-Pan Liaominor tweaks
2021年10月25日 (一) 05:122021年10月25日 (一) 05:12版本的缩略图623 × 533(486 KB)Chen-Pan Liaocalculation correction
2021年10月25日 (一) 04:542021年10月25日 (一) 04:54版本的缩略图623 × 533(336 KB)Chen-Pan LiaoUploaded own work with UploadWizard

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据