MatchingFrontier

I want to use MatchingFrontier R packages
I can not use it , it is giving error
match.on <- colnames(lalonde)[!(colnames(lalonde) %in% c('re78', 'treat'))]

my.frontier <- makeFrontier(dataset = lalonde,
treatment = 'treat',
outcome = 're78',
match.on = match.on)

And then R returns the following:

Error in makeFrontier(dataset = lalonde, treatment = "treat", outcome = "re78", :
unused argument (outcome = "re78")
I need help - what to do?
gibhib package can not install in R 4.0.2 version

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.