coco.init {CoCoCore}R Documentation

Init a CoCo object.

Description

Internal CoCoCore function: Malloc the internal space for the CoCo object.

Usage

coco.init(n = 131072, p = 65536, q = 1024, 
          r = 65536, s = 65536, ss = 65536, t = 65536, 
          init = TRUE, title = NULL, type = 1, silent = FALSE, 
          location = c(700, 550), manager = TRUE, sh.lib.name = NULL)

Arguments

n Integer, sets the size of the N-array: The array for observed table and marginal tables in pure discrete models.
p Integer, sets the size of the P-array: Estimated marginal tables in pure discrete models.
q Integer, sets the size of the Q-array: For Q-tables.
r Integer, sets the size of the R-array: For observed canonical parameters (g, h and K) in CoCoCg objects.
s Integer, sets the size of the S-array: For observed moment parameters (means and covariances) in CoCoCg objects.
ss Integer, sets the size of the Ss-array: For observed moment parameters (means and square sums) in CoCoCg objects.
t Integer, sets the size of the T-array: For estimated canonical parameters (g, h and K) and temporary space in CoCoCg objects.
init Logical, init should be TRUE, else CoCo is "started", and CoCo commands are expected from standard input.
title A character string for the title of the CoCo object.
type 1 for CoCo objects and 2 for CoCoCg objects.
silent Logical: if silent is TRUE then CoCo is more silent.
location Numeric: location is currently not used in R.
manager Logical: manager is currently not used in R.
sh.lib.name See coco.load.

Details

This function is no longer to be called by the user.

Value

NULL

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

coco.load.


[Package CoCoCore version 0.1.6.5 Index]