print.discrim {sensR} | R Documentation |
The function will print results from a discrimination test stored in
an object of class "discrim"
made with one of the functions
AnotA
, discrim
.
## S3 method for class 'discrim': print(x, digits = getOption("digits"), alpha = 0.05, ...)
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 |
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.
Rune Haubo B Christensen
Brockhoff, P.B. and Christensen, R.H.B.(2008). Thurstonian models for sensory discrimination tests as generalized linear models. Manuscript for Food Quality and Preference.
AnotA
, discrim
,
discrimPwr
, discrimSim
,
discrimSS
, findcr
## Print results of an A-Not A test: AnotA(10, 20, 3, 20)