n.iter {paramtest} | R Documentation |
Return the number of iterations performed by a parameter test.
Description
n.iter
extracts information about the number of iterations (per
specific test) performed by a parameter test.
Usage
n.iter(test, ...)
## S3 method for class 'paramtest'
n.iter(test, ...)
Arguments
test |
An object of type 'paramtest'. |
... |
Not currently implemented; used to ensure consistency with S3 generic. |
Value
Returns the number of iterations done in each test.
Methods (by class)
-
paramtest
: Number of iterations for a parameter test.
[Package paramtest version 0.1.0 Index]