Announcement

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

  • Multiple Imputation - Strange error ""

    Hello All,

    I am trying to impute missing values for several variables. I am using the following code:

    Code:
    *Multiple Imputation
    mi set mlong
    
    mi register imputed CTRF_INT_F CTRF_TOT_F
    
    mi register regular AgeInMonths_F Female Black Hispanic OtherEth homelang_spanish iep Cohort1 HeadStart Provider District_Abbott_Dummy
    
    mi impute chained (regress) CTRF_INT_F CTRF_TOT_F = AgeInMonths_F Female Black Hispanic OtherEth homelang_spanish iep Cohort1 HeadStart Provider District_Abbott_Dummy, add(10)
    but after the las line I get the following error:


    Code:
    . mi impute chained (regress) CTRF_INT_F CTRF_TOT_F = District_Abbott_Dummy, add(10)
    option nolog not allowed
    r(198);

    Can someone can guess what is going on? I am not using the option "nolog" at all.

    Thanks!

  • #2
    Type

    Code:
    update all
    and see whether the problem persists. If it does, contact tech-support.

    Comment


    • #3
      Thank Daniel, I tried that but did not work, I will contact tech- support then.

      Comment

      Working...
      X