readSpecFile: Read LadyBug files and create corresponding S4 RLadyBug...

Description Usage Arguments Details Value Author(s) Examples

View source: R/functions.R

Description

Data and specification files in the LadyBug files are read and converted to S4 RLadyBug objects.

Usage

1

Arguments

options

Filename of the LadyBug options (i.e. the .sir) file

data

Filename of the Data in LadyBug format

Details

n.a.

Value

A list containing

options

The information relevant to the Options

experiment

An object of class Object containing the layout and the event times of the data

Author(s)

U. Feldmann and M. Höhle

Examples

1
2
3
4
5
## Not run: csfv <- readSpecFile( ladybugExample( "/csfv/mcmc.sir"),ladybugExample( "/csfv/csfv.data" ))
#Show the MCMC options
## Not run: csfv$options
#Show the layout and initial configuration
## Not run: csfv$experiment

RLadyBug documentation built on May 2, 2019, 5:50 p.m.