check_TemporalGSSA {TemporalGSSA}R Documentation

check_TemporalGSSA()

Description

This function of the package 'TemporalGSSA' checks whether the user-defined data is suitable for further processing.

Usage

check_TemporalGSSA(data, type)

Arguments

data

Formatted data from the output of a GillespieSSA run This is a mandatory argument.

type

A mandatory integer argument that indicates the statistic to be used to compute the representative timestep for a set of observations. Here: "1" is the MEAN, "2" is the MEDIAN, "3" is a random choice, "4" ALL

Details

The number of observations must be at least 30 (consecutive runs of 'GillespieSSA') to generate data that is statistically significant. The user must also enter a choice that specifies the statistical modality utilized to compute a representative timestep (1, mean; 2, median; 3, random; 4, all). Both arguments are mandatory.

Value

flag A numeric indicator of the suitability of the user-defined input data for further computations.


[Package TemporalGSSA version 1.0.1 Index]