Dykstra-internal {Dykstra} | R Documentation |
Print Dykstra Results
Description
Prints convergence and fit information.
Usage
## S3 method for class 'dykstra'
print(x, n = 5L, ...)
Arguments
x |
Object of class "dykstra" output from |
n |
Does not print solutions with more than |
... |
Ignored. |
Details
Displays the convergence flag, the final iteration count, the obtained solution, and the value of the qudratic function at the obtained solution.
Author(s)
Nathaniel E. Helwig <helwig@umn.edu>
Examples
?dykstra
[Package Dykstra version 1.0-0 Index]