cal {qgen}R Documentation

Organising the resampling procedures.

Description

A function that generates a text file containing plain R code. This code has to be read and run by R (e.g. source()). Thus a multi-object is generated from which the statistics can be calculated using the sta-function.

Usage

cal(filename, repetitions=2, spliting=1,
    file=TRUE, path="~/qgen/")

Arguments

filename the name of a file containing an object of class paraDATA or multi
repetitions number of repetitions
spliting not yet implemented; for spliting tasks among different computers
file logical flag: Should the object be written to a file
path the path for the files: calfile.r, and multi...rda

Details

The organisation of the resampling procedure with a separate file, which has to be run line by line, makes the organisation of the resampling very flexible. It allwos to split up very computer intensive calculations among different machines. Therefore the file created by this function can simply be devided into different parts that are then run on different machines. The simple structure of the multi-class–object allows then easily to put the parts together again. Another advantage is that errors occuring during optimization are skipped and don't cause problems.

Value

a multi object, stored in a file: path/multi...rda

Note

name: from caling the different functions

See Also

The vignette and the functions sta and dis


[Package qgen version 0.03-02 Index]