ProcessEventSimOutput: The main function for producing processed output for the...

Description Usage Arguments Details Value

View source: R/event.R

Description

This function takes output from Simulate.EventSim e.g. raw transition times from the event simulator and a set of events e.g. "first time transitioning into a state from a given set" and produces a data frame summarizing the events for each subject.

Usage

1
ProcessEventSimOutput(eventSimOutput, eventSet)

Arguments

eventSimOutput

The output from Simulate.EventSim

eventSet

An EventSet object which contains the events to be processed for each patient

Details

See NewEvent for description of the different events and the output that they produce and for further details see the examples in the vignette.

Value

A data frame, one row per patient with an initial column "id" and each subsequent column the output for an Event found in EventSet


scientific-computing-solutions/badminton documentation built on May 29, 2019, 3:43 p.m.