see: Print model code to the console

seeR Documentation

Print model code to the console

Description

This is a simple way to display the model code on the R console using the model object. The raw argument will return the model code as a character vector.

Usage

see(x, ...)

## S4 method for signature 'mrgmod'
see(x, raw = FALSE, ...)

Arguments

x

model object.

...

not used.

raw

return the raw code.

Value

NULL is returned invisibly when raw is FALSE; when raw is set to TRUE, the model code is returned as a character vector.


mrgsolve documentation built on Oct. 18, 2024, 5:12 p.m.

Related to see in mrgsolve...