0

I usually used matchit. At this time, I used trimatch for the comparison of the three groups after matching.

When I use matchit, I can get the data after matching like below

m.out=matchit(treat~age,data=res,method="nearest",ratio=1)
m.data1 <- match.data(m.out,distance ="pscore")

But, I can't get the data after matching in trimatch. How can I get it?

From Korea

PKumar
  • 10,971
  • 6
  • 37
  • 52
  • Welcome to SO, Your question is not very to clear to me. Please provide a reproducible example.https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example – PKumar Jun 12 '18 at 05:18
  • There is no simple way to do this. You need to ask the package creator for some instructions on using the package. As it is, it is poorly documented. – Noah Jun 18 '18 at 17:12

0 Answers0