Open r-perla opened 1 year ago
Hi,
thanks for the great package and new approach. I am having similar issues with placebo_test throwing an error as the object "matchedsets" is not found, would be really great if you could fix this little bug or point me to the placebo_test function (could not find it in folder "R"), thanks!
Seraphine
Hello,
I've observed two issues within the
placebo_test
function, both also present in the CRAN release:Incorrect Condition in QOI Extraction:
identical(qoi.in, "att")
. With the current condition, objects with ATT as their QOI are unable to assignmatchedsets
, leading to errors later in the function.Mismatched Function Call:
panel_estimate
function.panel_estimate
doesn't appear to exist in the library. Furthermore, the actualPanelEstimate
function doesn't have the argumentsplacebo.test
andplacebo.lead
, eliminating it as a possible substitute.Would appreciate your review on this. Thanks!