You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am not mistaken, detect.lindep.data.frame() does not pass on the suppressPrint parameter to detect.lindep.matrix(). At least for me, this causes the parameter to have no effect when calling detect.lindep() with a dataframe as first argument and suppressPrint = TRUE. The same seems to be the case for detect.lindep.plm() (untested).
II am talking about lines 205 and 215 of detect_lin_dep_alias.R. Please feel free to correct me if I am off.
Thanks for maintaining this great package!
Joachim
The text was updated successfully, but these errors were encountered:
Thank you for reporting and the kind words about our package! Good catch and very precise report.
I have just fixed this in our development repository rev. 1298, https://r-forge.r-project.org/R/?group_id=406.
Woudl you mind giving it try? install.packages("plm", repos="http://R-Forge.R-project.org")
In other news you might want to try the fast mode (enable options("plm.fast" = TRUE).
Btw, in case you have not seen it: The help page for detect.lindep has an example for within transformation which could fit in your domain (CEOage/tenure simultaneously in FE regression - similar to a pitfall I once ran into as I was not thinking and, hence, created detect.lindep).
Hi there:
If I am not mistaken,
detect.lindep.data.frame()
does not pass on thesuppressPrint
parameter todetect.lindep.matrix()
. At least for me, this causes the parameter to have no effect when callingdetect.lindep()
with a dataframe as first argument andsuppressPrint = TRUE
. The same seems to be the case fordetect.lindep.plm()
(untested).II am talking about lines 205 and 215 of
detect_lin_dep_alias.R
. Please feel free to correct me if I am off.Thanks for maintaining this great package!
Joachim
The text was updated successfully, but these errors were encountered: