The xpose.data class is the fundamental data object in Xpose 4. It contains the data and preferences used in the creation of the Xpose plots and analyses.
Objects are most easily created by the xpose.data
function, whcih
reads the appropriate NONMEM table files and populates the slots of
the object.
Runno:
Object of class "character or numeric"
The run number identifying the NONMEM run from which the data in
the object comes from.
Data
:Object of class "data.frame or NULL"
This
slot holds the (merged) data, in the form of a regular data.frame,
from the NONMEM table files generated from the NONMEM run. It can be
accessed and set using the Data
function.
SData
:Object of class "data.frame or NULL"
A
data.frame of any data simulated from the model. It can be
accessed and set using the SData
function.The number of
rows should be an even multiple of the rows in Data and the column
names should be exactly the same as in Data, except that one extra
column should be present ("iter"). The extra column consists of integers
that identifies the iteration the row belongs to.
Nsim
:Object of class "numeric or NULL"
A
number that indicates the number of simulated data sets in SData.
Prefs
:Object of class "xpose.prefs"
An object
that contains a number of data and graphical preferences for the
xpose.data object.
Doc
:Object of class "character or NULL"
A short piece of text describing the model.
None yet.