Learn R Programming

Certara.RsNLME (version 3.1.0.1)

print.NlmePmlModel: Print generic for class NlmePmlModel

Description

Prints model information, including PML and column mappings.

Usage

# S3 method for NlmePmlModel
print(x, ...)

Value

NULL

Arguments

x

NlmePmlModel class instance

...

Arguments passed to methods.

Examples

Run this code
model <- pkmodel(columnMap = FALSE,
                 data = pkData,
                 workingDir = tempdir())
print(model)

Run the code above in your browser using DataLab