Function to compute Fisher's p-value for meta-analysis

Function to compute Fisher's p-value for meta-analysis.
ダウンロード: 265
更新 2017/12/6

ライセンスの表示

Function to compute Fisher's p-value for meta-analysis. Takes a vector of p-values and performs meta-analysis using Fisher's method to generate a combined p-value.
Fisher's method of combining p-values described in
https://en.wikipedia.org/wiki/Fisher%27s_method

Code adapted from
https://stats.stackexchange.com/questions/158225/why-is-my-combined-p-value-obtained-using-the-fishers-method-so-low

credit user Dmitry Smirnov
https://stats.stackexchange.com/users/75214/dmitry-smirnov

Example usage:
final_p_value = fisher_pvalue_meta_analysis([0.1,0.2])
final_p_value = fisher_pvalue_meta_analysis([0.01,0.02,0.003])
final_p_value = fisher_pvalue_meta_analysis([0.01,0.02,0.003, 0.001, 0.01, 0.04])

引用

Dr. Soumya Banerjee (2024). Function to compute Fisher's p-value for meta-analysis (https://www.mathworks.com/matlabcentral/fileexchange/65327-function-to-compute-fisher-s-p-value-for-meta-analysis), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersHypothesis Tests についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0