View source: R/NMwriteFilters.R
NMwriteFilters | R Documentation |
Write IGNORE/ACCEPT filters to NONMEM model
NMwriteFilters(file = NULL, lines = NULL, filters, write)
file |
Path to control stream. Use 'file' or 'lines'. |
lines |
Control stream as text lines. Use 'file' or 'lines'. |
filters |
A data frome with filters, like returned by 'NMreadFilters()'. |
write |
If 'file' is provided, write the results to file? If 'lines' is used, 'write' cannot be used. |
Resulting control stream (lines) as character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.