markusfritsch / pdynmc

Dynamic linear panel estimation based on linear and nonlinear moment conditions
4 stars 3 forks source link

jtest.fct, mtest.fct: avoid partial argument matching Z -> Z.temp #2

Closed tappek closed 3 years ago

tappek commented 3 years ago

partial argument matching can be detected by setting these options options(warnPartialMatchAttr = TRUE, warnPartialMatchDollar = TRUE, warnPartialMatchArgs = TRUE); options(showWarnCalls = TRUE)

markusfritsch commented 3 years ago

@tappek: Thank you for catching the two partial matches!