summary-methods {distrTEst} | R Documentation |
Methods for Function summary in Package ‘distrTEst’
Description
summary-methods
Methods
- summary
signature(object = "Evaluation")
: returns the name of the data object, its filename, the estimator used and a statistical summary of 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 toFALSE
but is TRUE whensummary
is called fromsummary
-method forsignature(object = "EvaluationList")
- summary
signature(object = "EvaluationList")
: returns, for each member of the list a summary of the corresponding Evaluation object; optional arguments:- eval0
the indices of evaluations to be summarized;— of this vector
eval0
maximallyMaxNumberofSummarizedEvaluations
evaluations are summarized whereMaxNumberofSummarizedEvaluations
is a global option, seedistrTEstoptions
- runs0
the indices of runs to be summarized;
- dims0
the indices of observation dimensions to be summarized;