Learn R Programming

optimx (version 2024-12.2)

proptimr: Compact display of an optimr() result object

Description

proptimr displays the contents of a result computed by optimr().

Usage

proptimr(opres, nlim=5)

Value

This function is intended for output only.

Arguments

opres

the object returned by function optimr()

nlim

Only the first nlim elements of the solution are displayed.

Author

John C. Nash