toString {ChoR} | R Documentation |
[INTERNAL] Gives a string representation of the model.
Description
Create a String representation of a model, compatible with the formula interface, e.g. "~a*b*c+...+e*f*g".
Usage
toString(x)
Arguments
x |
A "Chordalysis" model, obtained by a call to a ChoR function. |
Value
A String representation of the model.
[Package ChoR version 0.0-4 Index]