xuyiqing / fect

fixed effect counterfactual estimators
Other
53 stars 20 forks source link

unused argument (wald = TRUE) #4

Closed annhei1 closed 3 years ago

annhei1 commented 3 years ago

Hi,

I am novice at R, so I appologise if this question is quite simple.

When running the "fect" function, I get the error message: "Error in fect(Y ~ D + X1 + X2, data = simdata1, index = c("id", "time"), : unused argument (wald = TRUE)"

This happened first when I used my own dataset, so I tried the one included in the package just to check. All the R code is taken from your demonstration page.

If I take away "wald = TRUE" from the argument it runs fine.

I've recently updated R to version 4.0.2 (in case this matters). Packages (fect, fastplm) were downloaded from github yesterday.

Thank you for any help :)

xuyiqing commented 3 years ago

I'm sorry that we have change the syntax a little bit. I'll update the user quide as soon as possible. Apologies.

On Wed, Sep 9, 2020 at 3:40 AM annhei1 notifications@github.com wrote:

Hi,

I am novice at R, so I appologise if this question is quite simple.

When running the "fect" function, I get the error message: "Error in fect(Y ~ D + X1 + X2, data = simdata1, index = c("id", "time"), : unused argument (wald = TRUE)"

This happened first when I used my own dataset, so I tried the one included in the package just to check. All the R code is taken from your demonstration page.

I've recently updated R to version 4.0.2 (in case this matters). Packages (fect, fastplm) were downloaded from github yesterday.

Thank you for any help :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xuyiqing/fect/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2PKGCTX7U7RG2MC5UL2QTSE5LRHANCNFSM4RB3PIDQ .

-- Yiqing Xu

Assistant Professor Department of Political Science Stanford University http://yiqingxu.org/

xuyiqing commented 3 years ago

The user guide has been updated. Apologies for the inconvenience.

http://yiqingxu.org/software/fect/fect.html

On Wed, Sep 9, 2020 at 2:35 PM Yiqing Xu yiqingxu@stanford.edu wrote:

I'm sorry that we have change the syntax a little bit. I'll update the user quide as soon as possible. Apologies.

On Wed, Sep 9, 2020 at 3:40 AM annhei1 notifications@github.com wrote:

Hi,

I am novice at R, so I appologise if this question is quite simple.

When running the "fect" function, I get the error message: "Error in fect(Y ~ D + X1 + X2, data = simdata1, index = c("id", "time"), : unused argument (wald = TRUE)"

This happened first when I used my own dataset, so I tried the one included in the package just to check. All the R code is taken from your demonstration page.

I've recently updated R to version 4.0.2 (in case this matters). Packages (fect, fastplm) were downloaded from github yesterday.

Thank you for any help :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xuyiqing/fect/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2PKGCTX7U7RG2MC5UL2QTSE5LRHANCNFSM4RB3PIDQ .

-- Yiqing Xu

Assistant Professor Department of Political Science Stanford University http://yiqingxu.org/

-- Yiqing Xu

Assistant Professor Department of Political Science Stanford University http://yiqingxu.org/

annhei1 commented 3 years ago

Thank you for your help :)