oneObj = Oneway( Y( height ), X( age ) );
Then, add the Send operator to send the platform object a message. In this example, the message is to turn on the Unequal Variances report:
oneObj << Unequal Variances( 1 );
oneObj << (Ctrl+space)
•
|
Use the Show Properties () function. Specify the object in the parenthesis. The following example shows the messages that you can send to the platform object oneObj:
|
Show Properties (oneObj)