Learn R Programming

DLMtool (version 5.0.2)

Can: What data-limited methods can be applied to this Data object?

Description

An diagnostic tool that looks up the slot requirements of each method and compares this to the data available to limit the analysis to methods that have the correct data, do not produce errors and run within a time limit. Time limit is the maximum time taken to carry out five reps (stochastic samples) of a given method and is in units of seconds.

Usage

Can(Data, timelimit = 1)

Arguments

Data

A data-limited methods data object (class Data)

timelimit

The maximum time (seconds) taken for a method to undertake 10 reps (this filters out methods that are too slow)