sbionmimport
Import NONMEM-formatted data
Syntax
data
= sbionmimport('Filename
')
data
=
sbionmimport (nmds
)
data
= sbionmimport('Filename
', nmdefObj
)
data
= sbionmimport(_,'ParameterName
',ParameterValue
)
data
= sbionmimport(nmds
,nmdefObj
)
[data, PKDataObj
] = sbionmimport(_)
Description
or data
= sbionmimport('Filename
')
converts
a NONMEM® formatted file, and assumes that the file is configured
to use the following default values for column headers: data
=
sbionmimport (nmds
)ADDL
, AMT
, CMT
, DATE
, DV
, EVID
, ID
, II
, MDV
, RATE
, TIME
.
See Support for Importing NONMEM Formatted Files for
more information on each of the headers.
imports
a NONMEM formatted file named data
= sbionmimport('Filename
', nmdefObj
)Filename
,
into a SimBiology formatted dataset data
using
the meanings of the file column headings defined in the NONMEM file
definition object nmdefObj
.
accepts
one or more comma-separated name-value pairs that are accepted by
the data
= sbionmimport(_,'ParameterName
',ParameterValue
)readtable
method. If additional
information is required to read the file such as the delimiter, specify
required name-value pairs. See readtable
for
a list of supported name-value pairs.
reads a NONMEM formatted dataset data
= sbionmimport(nmds
,nmdefObj
)nmds
and returns a groupedData
object
data
. Each variable in
nmds
must be a column
vector.
[
returns
a data, PKDataObj
] = sbionmimport(_)PKData object
, PKDataObj
containing
the dataset data
. The PKDataObj
properties
show the labels specified in data
.
Input Arguments
|
If extension of |
|
NONMEM-formatted data, specified as a |
|
When this argument is omitted or empty |
Output Arguments
|
data.Properties.Description |
|
The |
Examples
Version History
Introduced in R2010a