powered by
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.
sigma
# S3 method for mlds print(x, digits = max(3, getOption("digits") - 4), ...)# S3 method for mlbs print(x, digits = max(3, getOption("digits") - 4), ...)
# S3 method for mlbs print(x, digits = max(3, getOption("digits") - 4), ...)
an object of class ‘mlbs’ or ‘mlds’, typically from a call to mlds.
mlds
number of digits to display in the output.
additional arguments to be passed to the default method.
Kenneth Knoblauch
data(kk1) print(mlds(SwapOrder(kk1)))
Run the code above in your browser using DataLab