Learn R Programming

hyper2 (version 2.0-1)

Print: Print methods

Description

Print methods for hyper2 objects

Usage

# S3 method for 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().

Examples

Run this code
# NOT RUN {
data(chess)
chess
# }

Run the code above in your browser using DataLab