get.earliest.time {MBNMAtime}R Documentation

Create a dataset with the earliest time point only

Description

Takes the earliest time point from each arm in each study within an mb.network object. Useful for network plots.

Usage

get.earliest.time(network)

Arguments

network

An object of class "mb.network".

Value

A list containing:

Examples

# Using the alogliptin dataset
network <- mb.network(alog_pcfb)

# Generate a data set with only the earliest time point included in each study
get.earliest.time(network)


[Package MBNMAtime version 0.2.4 Index]