meanResults {ADAPTS} | R Documentation |
A meta analysis for the results from multiple iterations
Description
Calculate the mean and the standard deviation of the results from all the iterations, and also test for convergence by
Calculate the mean and the standard deviation of the results from all the iterations, and also test for convergence by
Usage
meanResults(allResList, changePer = 1)
Arguments
allResList |
A list of results generated from all the iterative calls of testAllSigMatrices |
changePer |
The maximum percentage of change allowed for convergence |
Value
The mean and standard deviation of all the results, along with the number of iterations needed for the results to converge. A meta analysis for the results from multiple iterations
The mean and standard deviation of all the results, along with the number of iterations needed for the results to converge.
[Package ADAPTS version 1.0.22 Index]