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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
Hi Gatis,
Could you try to run the following, using the “test_scores.sav” data from SPSS?
GET
FILE='C:\Program Files\IBM\SPSS\Statistics\20\Samples\English\test_scores.sav'.
DATASET NAME test.
************.
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.
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.