Dear all,
This is my first time ever on a forum, but I really really need your help. I am currently writing my masterthesis, and my supervisors don't respond to me. After 5 years of using and learning how to use SPSS, I was forced to use Stata 13 at my latest internship.

I realise that it is a lot of information, but my question is:
1. Why are my values in the first table almost all positive, while they are almost all negative in the second table.
2. Am I doing something wrong? Because I did not change anything in the model/command, just copied the results.
I really hope there is someone out there who wants to help me because I am at a loss with my very little knowledge of statistics (my supervisor prepared the analysis that I ran).
THANK YOU in advance,
Naomi Müller
This is my first time ever on a forum, but I really really need your help. I am currently writing my masterthesis, and my supervisors don't respond to me. After 5 years of using and learning how to use SPSS, I was forced to use Stata 13 at my latest internship.
To gain insight into the daily flow of self-esteem, dissociative thoughts, preoccupation, paranoia, visual and auditory hallucinations and a general symptom of psychosis in one's life, a research method is necessary that enables the patient to reflect upon moment-to-moment experiences. Not only because most experiences are internal mental phenomena, but also because some authors suggest that patients suffering from non-affective psychotic disorder are less able to reveal their general experiences and state of mind due to lack of insight (Schwarz, 1998; Dȩbowska, Grzywa & Kucharska-Pietura, 1998). The Experience Sampling Method (ESM; Csikszentmihalyi & Larson, 1987) is the best suitable method to do this. This structured self-assessment diary technique, which the participant will use for six consecutive days, gives a signal (a so-called 'beep') at ten semi-random time-points per day. When answered all the beeps, data-sampling can yield up to 60 beeps per participant. In addition to ease of use, it provides insight into the individual fluctuations of emotion and cognition. The ecological approach of ESM focusses on typical daily life experiences rather than set-up situations. The reliability and validity of ESM have been extensively demonstrated in previous studies with healthy participants (Jacobs et al., 2005), studies that involved schizophrenia patients (Delespaul, 1995; Myin-Germeys, van Os et al., 2001; Myin-Germeys & van Os, 2007), and studies involving other mental disorders (De Vries, 1992; Myin-Germeys et al., 2009).
The main theorem of this research is accompanied by two hypotheses and will be tested using data from the Genetic Risk and OUtcome of Psychosis-study (GROUP-study; Korver et al., 2012). This large multicenter study included patients with a non-affective psychotic disorder, their first-degree relatives and (unrelated) healthy controls without a family history of psychotic disorder:
“Is momentary self-esteem associated with specific psychotic symptoms (auditory hallucinations, visual hallucinations, preoccupation, dissociative thoughts, paranoia and one general symptom) in daily life and between groups (patients, relatives and controls)?”
Hypotheses:
- Momentary self-esteem will be associated with specific psychotic symptoms in daily life within patients (147 participants), relatives (131 participants), and controls (114 participants).
- The magnitude of the associations between momentary self-esteem and specific psychotic symptoms in daily life will be higher in patients can in relatives and controls, and more significant in relatives than in controls.
Specific psychotic symptoms will be measured with the following six statements, to be answered on a 7-point Likert-scale.
- 'My thoughts are influenced by others.’ corresponding to dissociative thoughts.
- 'I cannot get these thoughts out of my head.' corresponding to preoccupation, thus (control)delusion.
- 'I feel suspicious.' corresponding to paranoia.
- 'I hear voices.’ corresponding to the auditory hallucination.
- 'I see things that are not really there.' corresponding to visual hallucination.
- 'I am afraid I will lose control.' corresponding to a general symptom of psychosis.
Self-esteem will be measured with the following statements, to be answered on a 7-point Likert-scale.
- 'I like myself.'
- 'I doubt myself.' (reversed for analysis)
Linear mixed models will be fitted in Stata 13.0 (StataCorp, 2014) (with time points nested within participants and participants nested within families) to quantify associations between momentary self-esteem (all measured with the ESM) as the independent variable, and a) dissociative thoughts, delusion, paranoia, visual hallucinations, auditory hallucinations and a general symptom of psychosis (measured with the ESM) as the dependent variables within patients, first-degree relatives, and controls while controlling for potential confounders (age, gender, ethnicity, education level, and marital status) (H1). Then two-way interactions for self-esteem × group (patients, first-degree relatives, and controls) will be added to examine whether the magnitude of associations of momentary self-esteem in daily life with a) dissociative thoughts, delusion, paranoia, visual hallucinations, auditory hallucinations and a general symptom of psychosis is more significant in patients than in controls and first-degree relatives than in controls. A Wald test will be used to examine interaction effects as well as the ‘lincom’ command to compute linear combinations of coefficients for testing H2.
The first table was created with the following Stata command:
*MOMENTARY SELF-ESTEEM BY GROUP (TEST GROUP DIFFERENCES)
xi: mixed se_mean i.mf_status || wb_famid2: || patientid:, reml
*patients vs. relatives
lincom (_Imf_status_2) - (_Imf_status_1)
* ^^ MF1 relatives vs controles, MF 2 = patients vs controls. Lincom is patients vs. Relatives.
* Psychotic experiences by group (test group differences)
xi: mixed pe_mean i.mf_status || wb_famid2: || patientid:, reml
*patients vs. relatives
lincom (_Imf_status_2) - (_Imf_status_1)
* Psychotic experiences by group (test group differences)
xi: mixed thou_concent i.mf_status || wb_famid2: || patientid:, reml
*patients vs. relatives
lincom (_Imf_status_2) - (_Imf_status_1)
* Psychotic experiences by group (test group differences)
xi: mixed pat_th_othrs i.mf_status || wb_famid2: || patientid:, reml
*patients vs. relatives
lincom (_Imf_status_2) - (_Imf_status_1)
This was repeated for all 6 symptoms + psychotic experience + self-esteem.
(tabel 2a) VARIABLES BY GROUP - ADJUSTED FOR AGE, GENDER, ETHNICITY, EDUCATION, MARITAL STATUS
xi: mixed se_mean i.mf_status mf_age mf_gender mf_ethn2 i.mf_educ_hml i.mf_marstat || wb_famid2: || patientid:, reml
*patients vs. relatives
lincom (_Imf_status_2) - (_Imf_status_1)
xi: mixed pe_mean i.mf_status mf_age mf_gender mf_ethn2 i.mf_educ_hml i.mf_marstat || wb_famid2: || patientid:, reml
*patients vs. relatives
lincom (_Imf_status_2) - (_Imf_status_1)
This was also repeated for all the symptoms + pe + se.
* Tabel 2 left partl:
by mf_status, sort : summarize se_mean
by mf_status, sort : summarize pe_mean
(Also repeated.)
Secondly, I had to run another analysis to test for confounders.The table this generated:
Stata command I used was:
Table 3: Momentary self-esteem and psychotic experiences by groups
*formal test of interaction: momentary self-esteem and psychotic experiences by group - ADJUSTED FOR CONFOUNDERS
xi: mixed pe_mean c.se_mean##i.mf_status mf_age mf_gender mf_ethn2 i.mf_educ_hml i.mf_marstat || wb_famid2: || patientid:, reml
testparm 1.mf_status#c.se_mean 2.mf_status#c.se_mean
*in controls:
lincom c.se_mean
*in relatives
lincom c.se_mean + 1.mf_status#c.se_mean
*in patients
lincom c.se_mean + 2.mf_status#c.se_mean
*patients vs. relatives
lincom (c.se_mean + 2.mf_status#c.se_mean)-(c.se_mean + 1.mf_status#c.se_mean)
*patients vs. controls
lincom (c.se_mean + 2.mf_status#c.se_mean)-c.se_mean
*relatives vs. controls
lincom (c.se_mean + 1.mf_status#c.se_mean)-c.se_mean
I realise that it is a lot of information, but my question is:
1. Why are my values in the first table almost all positive, while they are almost all negative in the second table.
2. Am I doing something wrong? Because I did not change anything in the model/command, just copied the results.
I really hope there is someone out there who wants to help me because I am at a loss with my very little knowledge of statistics (my supervisor prepared the analysis that I ran).
THANK YOU in advance,
Naomi Müller
Comment