| print-methods {distrTEst} | R Documentation |
Methods for Functions print and show in Package ‘distrTEst’
Description
print/show-methods
Methods
signature(x = "Evaluation"): returns the name of the data object, its filename, the estimator used and the result; optional arguments:- runs0
the indices of runs to be summarized;
- dims0
the indices of result dimensions to be summarized;
internal argument:
- inList
decides if name of Dataobject and Datafile are printed out (which is done if
inLIST==FALSE); defaults toFALSEbut is TRUE whensummaryis called fromsummary-method forsignature(object = "EvaluationList")
signature(object = "EvaluationList"): after printing the name of the list, for each member of the list print is executed; optional arguments:- eval0
the indices of evaluations to be summarized;— of this vector
eval0maximallyMaxNumberofSummarizedEvaluationsevaluations are summarized whereMaxNumberofPrintedEvaluationsis a global option, seedistrTEstoptions- runs0
the indices of runs to be summarized;
- dims0
the indices of observation dimensions to be summarized;
- show
signature(x = "Evaluation"): the same asprint(without optional arguments)- show
signature(x = "EvaluationList"): the same asprint(without optional arguments)