Page 1 of 1

negative f² (f square), negative q² (q square)

Posted: Mon Jan 03, 2011 9:16 am
by nicefreak
Hello everyone,

I have used the search function and actually this question has come up already, but has not been answered yet.

1) In my model I come up with some very low and also negative (yet also close to zero) f² s. Although the f² s are never negative for the link when I exclude an exogenous variable that directly effects an endogenous variable, they sometimes become negative for the indirect effect on an endogenous variable "further down the road". How to interpret this negative f² s?

2) When assessing q², I have a similar problem. Judging from the Q² s each endogenous variable has predictive relevance. But when I exclude the exogenous variables one by one, the q² s for LV links with indirect effects become negative (yet, also very close to zero). Same question here: how to interpret the negative q² s? Is there a paper, which I could quote that justifies to interpret the f² and q² for direct effects only?

Thanks a lot for any help!!

Posted: Wed Jan 05, 2011 2:00 pm
by christian.nitzl
Hey Martin,

I think your negative f2 and q2 are one and the same problem. As you have wrote R2 cannot be negative. Therefore f2 should not be negative also. In some situation it could be that R2 get smaller with an further independent variable because of the stepwise algorithms of PLS. Like OLS PLS tries to minimize the error term of the dependet variable. If PLS have more then one dependent variable it could happen that with a new further variable f2 become lower. I suppose that f2 is very small in your case. Because your negative f2 depends on the stepwise algorithms of PLS I would ignore it. That means I would report it with 0 what means variable have not any impact. But that is only my opinion!

Best regards,

Christian

Thanks a lot

Posted: Mon Jan 10, 2011 7:44 am
by nicefreak
Hey Christian!

Thanks a lot for your reply, that helps a lot!

Martin

Posted: Tue Jan 18, 2011 8:45 pm
by iris_afandiphd
Hi, Do you mean this f square (the effect size):

Image

I got the negative value due to the R square (with moderator) is bigger than R square (without moderator)

the result:

Image

Agreed with Christian and this is from my thesis
"f2 value represent the strength of moderator effects. Chin (2003, 2010) and Cohen (1988) proposed that 0.02 is a weak, from 0.15 is a moderate, and above 0.35 is a strong.

However Limayem (2001) has different argument about f2 value

Posted: Wed Jan 19, 2011 5:23 pm
by rayouby
iris_afandiphd wrote:Hi, Do you mean this f square (the effect size):

Image

I got the negative value due to the R square (with moderator) is bigger than R square (without moderator)

the result:

Image

Agreed with Christian and this is from my thesis
"f2 value represent the strength of moderator effects. Chin (2003, 2010) and Cohen (1988) proposed that 0.02 is a weak, from 0.15 is a moderate, and above 0.35 is a strong.

However Limayem (2001) has different argument about f2 value
Hi!

Could you please provide the full reference for Limayem (2001).

Thanks,
Reem

Posted: Wed Feb 02, 2011 5:13 pm
by AMunoz
Maybe it would have been smarter to post my question here:

so in any case here is the link to my Topic: How do I calculate f-squared and q-squared?

viewtopic.php?t=1623

Re: negative f² (f square), negative q² (q square)

Posted: Wed Jul 10, 2019 7:55 pm
by sgapud
Following this discussion-
I got a positive f² but a negative q².
How can that be?

Re: negative f² (f square), negative q² (q square)

Posted: Fri Jul 12, 2019 11:31 am
by jmbecker
A predictor with positive f² and negative q² seems to contribute to overfitting.
f² measures explanatory power (within-sample fit), while q² measures predictive power (out-of-sample fit). If you overfit, you have high explanatory power (your model explains the data very well), but you cannot generalize beyond the observations used to estimate the model (i.e., truely predict).

However, blindfolding has some weaknesses. I would cross-check the result with PLSpredict.

Re: negative f² (f square), negative q² (q square)

Posted: Tue Jul 16, 2019 4:31 pm
by sgapud
thank you I will run PLS predict