change.var.name | R Documentation |
This function allows the names of data items in the Xpose database to be changed.
change.var.name(object, classic = FALSE)
object |
An |
classic |
A logical operator specifying whether the function should assume the classic menu system. This is an internal option and need never be called from the command line. |
This function facilitates the changing of data item names in the object@Data slot.
An xpose.data
object.
Niclas Jonsson & Justin Wilkins
Data
,SData
,xpose.data
## Not run:
## xpdb5 is an Xpose data object
## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)
xpdb5 <- change.var.name(xpdb5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.