フィルターのクリア

I have one binary response variable and 5 nominal predictor variables which take values (strongly agree, agree, neutral, disagree, strongly disagree). I want to obtain coefficient matrix using logistic regression. Please help.

1 回表示 (過去 30 日間)
Y = [0 1 0 1 1 1 ..] X = [var1 var2 var3 var4 var5] var1 = [agree neutral disagree ...] similarly var 2 var 3 var4 var5 I converted responses to -2 -1 0 1 2 as strongle disagree, disagree, neutral etc. now,I ran: [b,dev,stats] = glmfit(X,Y,'binomial','link','logit') I am getting error as: Y must be a two column matrix or a vector for the binomial distribution.

採用された回答

Tom Lane
Tom Lane 2013 年 4 月 9 日
Make sure Y and var1,...var5 are column vectors.
  3 件のコメント
jacksparrow
jacksparrow 2013 年 4 月 11 日
Would you be kind enough to provide me with a link to understand the stats matrix parameters to help me validate the results of my analysis.
Tom Lane
Tom Lane 2013 年 4 月 14 日
You can start with this:
Then if you have a specific question, do let me know.

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by