Menu

Empty output when using PS Matching

Gatis
2017-08-05
2017-08-05
  • Gatis

    Gatis - 2017-08-05

    I am not able to get anything more in output excpet log file:

    PSMATCHING3
    /VARS
    TREAT = mg_dz1
    COVS = vgr1 vgr2
    /MATCHIT
    MATCH=NEAREST
    EST =LOGIT
    DISCARD = NONE
    MORDER = LARGEST
    RATIO = 1
    CALIPER = .2
    /PLOT HISTPLOT JITTERPLOT HISTBAL DOTPLOT INDBAL RESOLUTION = 96
    /OUTPUT PS PAIRED.

    I use SPSS20, R2.12.1 (full installation), SPSS_Statistics_REssentials_20001_win64, PSMATCHING3.04 installed without errors, computer restared etc. R packages required by PSMATCHING I added manually and was looking whether each of them disappear from warning window.
    I have no idea where to look, speny all day on this.

     
    • Wang Liao

      Wang Liao - 2017-08-05

      Hi Gatis,

      Could you try to run the following, using the “test_scores.sav” data from SPSS?

      • load the test_score.sav, change the path to the actual file.
        GET
        FILE='C:\Program Files\IBM\SPSS\Statistics\20\Samples\English\test_scores.sav'.
        DATASET NAME test.

      • NON-MLM
      • Disabled Arguments: COVS_FIXED, COV_RANDOM, CLUSTERMATCH
      • Fixed Arguments: RATIO = 1, CALIPER = 0, DISCARD = NONE, INTERACTION
      • Matching Algorithms:
        1. Nearest Neighbor
        1. Nearest Neighbor with Subclasses
        1. Optimal (Bug)
        1. Full (Problematic)
        1. Subclass (Problematic)
          ************.
        1. Nearest Neighbor
      • Model: lunch ~ pretest,
      • Additional covs: posttest, n_student
      • Disabled Arguments: SUB.BY, SUBCLASS

      • 1.1 Matching WITHIN school with LOGIT.
        PSMATCHING3
        /VARS ID = student_id TREAT = lunch COVS = pretest ADDLCOVS=posttest n_student EXACT = school
        /MATCHIT MATCH= NEAREST EST = LOGIT RATIO = 1 CALIPER = 0 DISCARD = NONE INTERACTION
        /OPTIONS DETAILEDBAL DETAILEDBAL_CLUSTER
        /PLOT HISTPLOT JITTERPLOT INDBAL HISTBAL DOTPLOT
        /OUTPUT ALL MATCHED WIDE.
        DATASET ACTIVATE test.
        DATASET CLOSE ALL.
        DATASET NAME test.

      On Aug 5, 2017, at 1:52 PM, Gatis gatis2204@users.sf.net wrote:

      I am not able to get anything more in output excpet log file:

      PSMATCHING3
      /VARS
      TREAT = mg_dz1
      COVS = vgr1 vgr2
      /MATCHIT
      MATCH=NEAREST
      EST =LOGIT
      DISCARD = NONE
      MORDER = LARGEST
      RATIO = 1
      CALIPER = .2
      /PLOT HISTPLOT JITTERPLOT HISTBAL DOTPLOT INDBAL RESOLUTION = 96
      /OUTPUT PS PAIRED.

      I use SPSS20, R2.12.1 (full installation), SPSS_Statistics_REssentials_20001_win64, PSMATCHING3.04 installed without errors, computer restared etc. R packages required by PSMATCHING I added manually and was looking whether each of them disappear from warning window.
      I have no idea where to look, speny all day on this.

      Empty output when using PS Matching

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/psmspss/discussion/general/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       
    • Gatis

      Gatis - 2017-08-05

      I could run, but few mistakes.
      Subcommand VARS: ID is not a valid keyword.
      Deleted ID.
      Next.
      Subcommand OUTPUT: ALL is not a valid keyword.
      deleted that. The same mistekes with MATCHED WIDE.
      Deleted those as well and replaced with PAIRED.
      Syntax run without mistakes. Log:
      GET
      FILE='C:\Program Files (x86)\IBM\SPSS\Statistics\20\Samples\English\test_scores.sav'.
      DATASET NAME test.
      DATASET ACTIVATE test.
      DATASET CLOSE ALL.
      DATASET NAME test.
      PSMATCHING3
      /VARS TREAT = lunch COVS = pretest ADDLCOVS=posttest n_student EXACT = school
      /MATCHIT MATCH= NEAREST EST = LOGIT RATIO = 1 CALIPER = 0 DISCARD = NONE INTERACTION
      /OPTIONS DETAILEDBAL DETAILEDBAL_CLUSTER
      /PLOT HISTPLOT JITTERPLOT INDBAL HISTBAL DOTPLOT
      /OUTPUT PAIRED.
      DATASET ACTIVATE test.
      DATASET CLOSE ALL.
      DATASET NAME test.

      Still no outputs shown.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.