フィルターのクリア

Full distribution for 'b' coefficient when using coxphfit

2 ビュー (過去 30 日間)
Aviram Shemen
Aviram Shemen 2020 年 8 月 16 日
コメント済み: Aviram Shemen 2020 年 8 月 19 日
I'm using coxphfit function. But you only get the HR as exp(b) and the corresponding SE. I want to know if there is a way to get the full distribution from which b and SE were calculated?
Thanks.

採用された回答

the cyclist
the cyclist 2020 年 8 月 16 日
I have a few thoughts.
When you say "usually you get ...", do you mean from some other software package, specifically?
Are you calling coxphfit with all the outputs?
[b,logl,H,stats] = coxphfit()
Is that helpful?
Have you seen this documentation page that lists a lot of details about what MATLAB is doing (in addition to the documentation for coxphfit itself).
  5 件のコメント
the cyclist
the cyclist 2020 年 8 月 18 日
To be clear ... I don't actually think that a gaussian is used in any explicit way in the algorithm.
The coefficent(s) b are found by an iterative process that maximizes the partial likelihood function. I can see that the code uses an optimization method involving trust regions, and I am just speculating that that method might implicitly make assumptions about the quadratic nature of the curvature, and maybe that is equivalent to a gaussian assumption for b. I think one would need to actually understand that optimization method -- as opposed to the model itself -- to really know what is going on under the hood.
Aviram Shemen
Aviram Shemen 2020 年 8 月 19 日
Thank you! That really helps.

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by