print.chordalysis: Gives a string representation of the model.

Description Usage Arguments Value

View source: R/choR.R

Description

Create a String representation of a model, compatible with the formula interface, e.g. "~a*b*c+...+e*f*g".

Usage

1
2
## S3 method for class 'chordalysis'
print(x, ...)

Arguments

x

A "Chordalysis" model, obtained by a call to a ChoR function.

...

Unused argument, here for S3 consistency

Value

A String representation of the model.


ChoR documentation built on May 2, 2019, 1:53 p.m.

Related to print.chordalysis in ChoR...