print-methods {distrTEst} | R Documentation |
print/show-methods
signature(x = "Evaluation")
: returns the name of the data object, its filename, the estimator used and the result;
optional arguments:
inLIST==FALSE
); defaults to FALSE
but is
TRUE when summary
is called from summary
-method for signature(object = "EvaluationList")
signature(object = "EvaluationList")
: after printing the name of the list,
for each member of the list print is executed;
optional arguments:
eval0
maximally MaxNumberofSummarizedEvaluations
evaluations are summarized where MaxNumberofPrintedEvaluations
is a global option, see distrTEstoptions
signature(x = "Evaluation")
: the same as print
(without optional arguments)signature(x = "EvaluationList")
: the same as print
(without optional arguments)