Learn R Programming

MSTest (version 0.1.5)

print.Nmdl: Print summary of a Nmdl object

Description

This is a method for the function print() for objects of the class Nmdl.

Usage

# S3 method for Nmdl
print(x, digits = getOption("digits"), ...)

Value

The Nmdl object is returned invisibly.

Arguments

x

an object used to select a method.

digits

minimal number of significant digits, see print.default.

...

further arguments passed to or from other methods.