print.ngme: Print function for '"ngme"' objects.

View source: R/print.functions.R

print.ngmeR Documentation

Print function for "ngme" objects.

Description

A function to print results stored in the objects returned by the "ngme" function.

Usage

## S3 method for class 'ngme'
print(object, ...)

Arguments

object

A fitted object by calling "ngme".

...

Additional arguments; none used currently.

See Also

ngme, print

Examples

  ## Not run: 
  fit <- ngme(...)
  fit
  
## End(Not run)

davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.