Learn R Programming

paramtest (version 0.1.1)

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, ...)

Value

Returns the number of iterations done in each test.

Arguments

test

An object of type 'paramtest'.

...

Not currently implemented; used to ensure consistency with S3 generic.

Methods (by class)

  • n.iter(paramtest): Number of iterations for a parameter test.