Learn R Programming

ncar (version 0.3.1)

runCDISC: Conduct a noncompartmental analysis with CDISC dataset

Description

runCDISC uses ncar package to perform a noncompartmental analysis of CDISC standardized pharmacokinetic dataset.

Usage

runCDISC(wd = getwd(), filenameDM = "DM", filenameEX = "EX",
  filenamePC = "PC", extension = "xpt", incl_arm = NULL)

Arguments

wd
Working directory of CDISC dataset, containing DM, EX and PC
filenameDM
A filename of DM domain. Usually DM or dm
filenameEX
A filename of EX domain. Usually EX or ex
filenamePC
A filename of PC domain. Usually PC or pc
extension
file extension, currently supporting only .xpt
incl_arm
Vector of study arms of interest

Value

List of output data of noncompartmental analysis

Examples

Run this code
#Currently there is no publicly open CDISC dataset for presenting an example.

Run the code above in your browser using DataLab