showFormula {CoCoRaw}R Documentation

Show the model formula

Description

Print on standard output the expression for estimating the parameters of the model.

Usage

showFormula(model = FALSE, data = NULL, 
            object = .object.of.model(model, data = data, ...), ...)

Arguments

model See returnModel.
data See exportCoCo.
object See exportCoCo.
... Additional arguments to generate the CoCo object from the data argument. See propertyModel.

Value

TRUE

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

showModel.


[Package CoCoRaw version 0.1.6.7 Index]