print.discrim {sensR}R Documentation

Print method for objects of class "discrim"

Description

The function will print results from a discrimination test stored in an object of class "discrim" made with one of the functions AnotA, discrim.

Usage

## S3 method for class 'discrim':
print(x, digits = getOption("digits"), alpha = 0.05, ...)

Arguments

x an object of class "discrim"
digits number of digits in resulting table of results
alpha the allowed type I level of the Wald based confidence interval
... currently not used

Value

A table of results of the descrimination test is printed including estimates, standard errors, lower confidence limit, upper confidence limit and a p-value for a test of the null-hypothesis of the parameter being zero.

Author(s)

Rune Haubo B Christensen

References

Brockhoff, P.B. and Christensen, R.H.B. (2010). Thurstonian models for sensory discrimination tests as generalized linear models. Food Quality and Preference, 21, pp. 330-338.

See Also

AnotA, discrim, discrimPwr, discrimSim, discrimSS, findcr

Examples

## Print results of an A-Not A test:
AnotA(10, 20, 3, 20)

[Package sensR version 1.1.0 Index]