Learn R Programming

paramtest (version 0.1.0)

n.iter: 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 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.