Learn R Programming

xpose4 (version 4.7.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)

Arguments

object

An "xpose.data" object.

Author

Niclas Jonsson

See Also

xpose.data-class

Other data functions: add_transformed_columns, change_graphical_parameters, change_misc_parameters, compute.cwres(), data.checkout(), data_extract_or_assign, db.names(), export.graph.par(), export.variable.definitions(), import.graph.par(), import.variable.definitions(), make.sb.data(), par_cov_summary, read.TTE.sim.data(), read.nm.tables(), read_NM_output, read_nm_table(), simprazExample(), tabulate.parameters(), xlabel(), xpose.data, xpose.print(), xpose4-package, xsubset()

Examples

Run this code

if (FALSE) {
## 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