schizophrenia {PBImisc} | R Documentation |
Dataset with genotypes and phenotypes for 98 patients with schizophrenia disorder.
data(schizophrenia)
data.frame with 98 obs. and 9 variables
NfkB
, CD28
, IFN
Genotypes for SNP mutations in selected three genes
Dikeos.manic
, Dikeos.reality.distortion
, Dikeos.depression
, Dikeos.disorganization
, Dikeos.negative
Dikeos scores for schizophrenia measured in five domains
Dikeos.sum
Sum of Dikeos scores
Alleles for two SNPs in genes: Nuclear Factor-Kappa Beta (NfkB) and Cluster of Differentiation 28 (CD28) were examined as well as mental health described by five scales (see Dikeos 2008 for more details).
Artificial dataset generated to be consistent with Dorota F. study
data(schizophrenia)
attach(schizophrenia)
interaction.plot(CD28, NfkB, Dikeos.sum)
interaction.plot(NfkB, CD28, Dikeos.sum)
model.tables(aov(Dikeos.sum~NfkB*CD28))