Learn R Programming

dyngen (version 1.0.5)

get_timings: Return the timings of each of the dyngen steps

Description

Return the timings of each of the dyngen steps

Usage

get_timings(model)

Value

A data frame with columns "group", "task", "time_elapsed".

Arguments

model

A dyngen object

Examples

Run this code
data("example_model")
timings <- get_timings(example_model)

Run the code above in your browser using DataLab