print.mlds {MLDS} | R Documentation |
Difference Scale default print statement
Description
This is the default print statement for a ‘mlbs’ or ‘mlds’ object.
It displays the difference scale as a named vector, with the names corresponding to the stimulus levels and the value of sigma
.
Usage
## S3 method for class 'mlds'
print(x, digits = max(3, getOption("digits") - 4), ...)
## S3 method for class 'mlbs'
print(x, digits = max(3, getOption("digits") - 4), ...)
Arguments
x |
an object of class ‘mlbs’ or ‘mlds’, typically from a call to |
digits |
number of digits to display in the output. |
... |
additional arguments to be passed to the default method. |
Author(s)
Kenneth Knoblauch
See Also
Examples
data(kk1)
print(mlds(SwapOrder(kk1)))
[Package MLDS version 0.5.1 Index]