Print {hyper2}R Documentation

Print methods

Description

Print methods for hyper2 objects

Usage

## S3 method for class 'hyper2'
print(x, ...)

Arguments

x

An object of class hyper2

...

Further arguments, currently ignored

Value

Returns the hyper2 object it was sent, invisibly. Used mainly for its side-effect of printing the log-likelihood function. In the print method, a natural logarithm is indicated with “log()”—not “ln()”—consistent with R builtin terminology base::log().

Author(s)

Robin K. S. Hankin

Examples

data(chess)
chess

[Package hyper2 version 2.0-1 Index]