Learn R Programming

mra (version 2.1)

print.hug: Print Huggin's Model objects

Description

Print method for Huggin's closed population model objects estimated by F.huggins.estim().

Usage

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

Arguments

x
An object of class "hug" produced by F.huggins.estim()
...
Arguments to other functions called by this one. Currently no other functions are called, so this is not used, but must be here for compatability with the generic print function.

Value

  • Nothing is returned. This function is used exclusively for its side effects. It prints an object of class "hug" in a nice human-readable format.

See Also

F.huggins.estim

Examples

Run this code
data(dipper.histories)
dipper.fit <- F.huggins.estim( ~1, ~1, dipper.histories )
print(dipper.fit)

Run the code above in your browser using DataLab