stddata {crossnma}R Documentation

Simulated aggregate dataset.

Description

The dataset includes two randomized-controlled trials (RCTs), comparing treatments A and C. The outcome is binary represented as the number of participants with at least one relapse.

Usage

stddata

Format

A data frame with 4 rows and 11 variables:

id

numeric, study identifier

n

numeric, the sample size

relapse

numeric, the number of relapses

treat

character, indicating the assigned treatment to participants in each study arm

design

character, design of the study, either 'rct' or 'nrs'

age

numeric, the mean age of participants in each study

sex

numeric, the proportion of females on each study

rob

character, the risk of bias of the study, 'low', 'high','unclear'

unfavored

numeric, the indicator of the unfavored treatment in each study, values are 0 or 1

bias.group

numeric, the bias effect of the study, 1 = study has inactive treatment and adjust for bias effect, 2= study has active treatments and another adjustment for bias effect, 0=no bias adjustment

year

numeric, the year published of the study


[Package crossnma version 1.2.0 Index]