F test for regression relation

21 ビュー (過去 30 日間)
LJA
LJA 2015 年 2 月 2 日
Dear all,
I would like to perform an F test to test whether there is a regression relation between the response variable y and the set of X variables.
In other words I need MSR and MSE output from glmfit to calculate the F statistic.
here is the exact regression specification:
[B,D,STATS] = glmfit(X, y, 'binomial', 'link', 'logit');
I would appreciate any help.
Thank you
Leo

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by