plotSlice - what are the numbers below the plots?

1 回表示 (過去 30 日間)
James Russell
James Russell 2016 年 5 月 26 日
回答済み: jkr 2017 年 11 月 8 日
There is a row of numbers presented in plotSlice, one beneath each variable. What are these numbers? How may they be interpreted?

採用された回答

Tom Lane
Tom Lane 2016 年 6 月 24 日
The prediction shown at the left of the plot is the value given by the model when the predictors are set to the numbers shown below the plot.
Also, suppose there are three plots with predictor names x1, x2, and x3. The first plot shows a curve giving the predicted response vs. x1, when x2 and x3 are set to the values below their plots.
  2 件のコメント
jkr
jkr 2016 年 6 月 28 日
Thanks. Good explanation of coefficients of a predictive model.
Matt Fetterman
Matt Fetterman 2017 年 11 月 7 日
Hello, Could you explain is the plot showing a probability or the value of the coefficients which could then be converted into a probability.

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

その他の回答 (1 件)

jkr
jkr 2017 年 11 月 8 日
The coefficients in the model represent the impact of each variable on the model. They are not statistical measures. Moreover, they are arbitrary, in the sense that they are directly sensitive to scale. For example, in a model that included voltage as a predictor variable, if the model's coefficient were, say, 2.7 in volts, it would be 2700 in millivolts. For this reason, when as often the variables are in incommensurate units, it can be helpful to normalize each variable (e.g. (x - mean(x))/std(x)).

カテゴリ

Help Center および File ExchangeModel Building and Assessment についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by