print.power.htest {stats} | R Documentation |
Print object of class "power.htest"
in nice layout.
## S3 method for class 'power.htest': print(x, ...)
x |
Object of class "power.htest" . |
... |
further arguments to be passed to or from methods. |
A power.htest
object is just a named list of numbers and
character strings, supplemented with method
and note
elements. The method
is displayed as a title, the note
as a footnote, and the remaining elements are given in an aligned
‘name = value’ format.
none
Peter Dalgaard