A Boolean value enables or disables an option. To enable the option, use 1, true, or yes as the argument.
obj << Unequal Variances( 1 );
obj << Unequal Variances( "true" );
obj << Unequal Variances( "yes" );
obj << Unequal Variances;
obj << Unequal Variances();
•
|
The quoted "present", "absent", "on", "off", "switch", and "flip" are supported for backwards compatibility.
|