schizow {remiod}R Documentation

wide format of ordinal response of Schizophrenia data.

Description

A dataset containing the treatment and ordinal responses measured at baseline and 3 post-baseline visits

Usage

schizow

Format

A data frame with 437 rows and 5 variables:

tx

treatment, 1 for treated and 0 for placebo

y0

ordinal response at the baseline

y1, y3, y6

ordinal response at the post-baseline week 1, 3, and 6.

Source

long-to-wise tranformation of schizo data, i.e. schizow = data.table::dcast(schizo, id + tx ~ week, value.var = "imps79o")


[Package remiod version 1.0.2 Index]