| Schizo_BinCont {Surrogate} | R Documentation |
Data of a clinical trial in schizophrenia, with binary and continuous endpoints
Description
These are the data of a clinical trial in schizophrenia. Patients' schizophrenic symptoms were measured using the PANSS, BPRS, and CGI. There were two treatment conditions (risperidone and control).
Usage
data(Schizo)
Format
A data.frame with 446 observations on 9 variables.
IdThe patient ID.
InvestIDThe ID of the investigator (psychiatrist) who treated the patient.
TreatThe treatment indicator, coded as
-1= control and1= Risperidone.CGIThe change in the CGI score (= score at the start of the treatment - score at the end of the treatment).
PANSSThe change in the PANSS score.
BPRSThe change in the PANSS score.
PANSS_BinThe dichotomized PANSS change score, coded as
1= a reduction of 20% or more in the PANSS score (score at the end of the treatment relative to score at the beginning of the treatment),0= otherwise.BPRS_BinThe dichotomized BPRS change score, coded as
1= a reduction of 20% or more in the BPRS score (score at the end of the treatment relative to score at the beginning of the treatment),0= otherwise.CGI_BinThe sichtomized change in the CGI score, coded as
1= a change of more than3points on the original scale (score at the end of the treatment relative to score at the beginning of the treatment),0= otherwise.