schizophrenia: Genetic backgroud of schizophrenia

Description Usage Format Details Source Examples

Description

Dataset with genotypes and phenotypes for 98 patients with schizophrenia disorder.

Usage

1

Format

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

Details

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).

Source

Artificial dataset generated to be consistent with Dorota F. study

Examples

1
2
3
4
5
data(schizophrenia)
attach(schizophrenia)
interaction.plot(CD28, NfkB, Dikeos.sum)
interaction.plot(NfkB, CD28, Dikeos.sum)
model.tables(aov(Dikeos.sum~NfkB*CD28))

pbiecek/PBImisc documentation built on May 24, 2019, 10:35 p.m.