See my answer here for a discussion of two approaches to standard error estimation for matched samples. For a discussion on standard error and effect estimation when using matching with replacement, see the wonderfully clear and underappreciated Hill & Reiter (2006). For a related but less complete discussion for standard error estimation when using matching without replacement, see Austin & Small (2014).
Neither of these directly answers your question. There is no consensus on how to proceed. As I mention in my linked answer, there are two philosophies about the interpretation of matching: one in which matching is nonparametric preprocessing that doesn't affect effect or variance estimation, and one in which matching is a specific analytic technique that changes the variance of the estimate and requires special procedures. There is a third philosophy that relies on randomization-based inference, where the inference is over the possible treatment assignments for the sample given rather than over multiple samples drawn from the population. From my view, it's not immediately clear which approach is optimal or best justified.
My perspective is that the most mainstream practice is to perform regression in the matched sample, ignoring the variability due to estimating the propensity score (if that was done) and due to matching, and possibly accounting for the correlation between paired units. This is the advice given by Ho, Imai, King, & Stuart (2007). They argue that the analysis that you would have done before matching is the one that you should do after matching, with no further adjustment for the matching. That means you can perform a t-test, run a regression, or run any other kind of analysis in your matched set. It's likely that some of the assumptions of regression (linearity, exogeneity) are better satisfied in the matched set than in the unmatched sample.
Note that if you are using teffects
in Stata or Matching
in R, this is not how effects are estimated. If you manually matched, used psmatch2
in Stata, or used MatchIt
in R, then effects are typically estimated using regression in the matched set, optionally including covariates in the regression.
Austin, P. C., & Small, D. S. (2014). The use of bootstrapping when using propensity-score matching without replacement: A simulation study. Statistics in Medicine, 33(24), 4306–4319. https://doi.org/10.1002/sim.6276
Hill, J., & Reiter, J. P. (2006). Interval estimation for treatment effects using propensity score matching. Statistics in Medicine, 25(13), 2230–2256. https://doi.org/10.1002/sim.2277
Ho, D. E., Imai, K., King, G., & Stuart, E. A. (2007). Matching as Nonparametric Preprocessing for Reducing Model Dependence in Parametric Causal Inference. Political Analysis, 15(3), 199–236. https://doi.org/10.1093/pan/mpl013