Learn R Programming

xpose4 (version 4.5.3)

nsim: Extract or set the value of the Nsim slot.

Description

Extract or set the value of the Nsim slot of an "xpose.data" object.

Usage

nsim(object)
nsim(object) <- value

Arguments

object

An "xpose.data" object.

value

A value.

See Also

xpose.data-class

Examples

Run this code

## 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)

## Report number of simulations
nsim(xpdb5)

Run the code above in your browser using DataLab