Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • bmte command in Stata

    Hello,

    I am doing Propensity Score Matching using bmte command in Stata. My y variable is TFP and my independent variable is ESG using the following command: bmte $ylist $xlist, g(gvkey) t(5 25) ee psv($xlist) bs reps(250). gvkey is my firm identification. this command is not working. The error message read as follows: . bmte $ylist $xlist, g(tic) t(5 25) ee psv($xlist) bs reps(250)
    type mismatch
    r(109);
    any help is appreciated..

  • #2
    my guess is that one of your variables is actually a string variable; however, since you don't provide a -dataex- data example and you also don't show the definitions of your global macros, this is just a guess; please read the FAQ and follow its advice and try again

    Comment


    • #3
      I am running the following command. ". bmte TFPOP $xlist, g(ESG) ee psv($xlist) bs reps(10) kv(ESG)" Stata is giving me an error message reads "no observation". Can someone can help?

      Comment

      Working...
      X