Learn R Programming

netdose (version 0.7-4)

anesthesia: Anesthesia Dataset for Dose-Response Network Meta-Analysis

Description

This dataset is a synthesis of randomized controlled studies investigating the effects of different agents for preventing vomiting within 24 h postoperatively in adults after general anaesthesia. Multicomponent interventions have been excluded from this subset to focus on single-agent interventions and their dose-response relationships.

Usage

anesthesia

Arguments

Format

A data frame with the following columns:

agent1Character vector indicating the name of the agent in arm 1.
agent2Character vector indicating the name of the agent in arm 2.
agent3Character vector indicating the name of the agent in arm 3.
agent4Character vector indicating the name of the agent in arm 4.
agent5Character vector indicating the name of the agent in arm 5.
event1Integer vector for the number of participants who experienced vomiting in arm 1.
event2Integer vector for the number of participants who experienced vomiting in arm 2.
event3Integer vector for the number of participants who experienced vomiting in arm 3.
event4Integer vector for the number of participants who experienced vomiting in arm 4.
event5Integer vector for the number of participants who experienced vomiting in arm 5.
n1Integer vector for the total number of participants in study arm 1.
n2Integer vector for the total number of participants in study arm 2.
n3Integer vector for the total number of participants in study arm 3.
n4Integer vector for the total number of participants in study arm 4.
n5Integer vector for the total number of participants in study arm 5.
dose1Numeric vector specifying the dose level in arm 1.
dose2Numeric vector specifying the dose level in arm 2.
dose3Numeric vector specifying the dose level in arm 3.
dose4Numeric vector specifying the dose level in arm 4.
dose5Numeric vector specifying the dose level in arm 5.
studyidCharacter vector with unique study identifiers.

Details

The dataset includes data on several agents for preventing vomiting and their observed effects across multiple clinical randomized controlled trials. The outcome is the occurrence of vomiting within 24 hours after surgery. By excluding multicomponent interventions, this subset allows for a more precise evaluation of single-agent dose-response relationships.

The dataset is structured in a contrast-based format and includes the following variables:

  • agent1, agent2, agent3, agent4, agent5: Names of the agents used in each study arm.

  • event1, event2, event3, event4, event5: Number of participants who experienced vomiting within 24 hours postoperatively in each study arm.

  • n1, n2, n3, n4, n5: Total number of participants in each study arm.

  • dose1, dose2, dose3, dose4, dose5: Dose levels of the agents in each study arm.

  • studyid: Unique identifier for the study.

This dataset is intended for use in dose-response network meta-analysis to explore the effects of single agents across various doses.

Examples

Run this code
summary(anesthesia)

Run the code above in your browser using DataLab