Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

xpose.ask.for.filename

Function to ask the user for the name of a file


Description

Asks the user for the name of a file.

Usage

xpose.ask.for.filename(
  object,
  listfile = paste("run", object@Runno, ".lst", sep = ""),
  modfile = paste("run", object@Runno, ".mod", sep = ""),
  ...
)

Arguments

object

An xpose.data object.

listfile

A NONMEM output file

modfile

A NONMEM model file

...

Additional arguments passed to the function

Details

Function checks if the file exists, if it does then the filename is returned from the function.

Value

The name of the file if it exists, otherwise nothing is returned.

Author(s)

Niclas Jonsson, Justin Wilkins, Mats Karlsson and Andrew Hooker


xpose4

Diagnostics for Nonlinear Mixed-Effect Models

v4.7.1
LGPL (>= 3)
Authors
Andrew C. Hooker [aut, cre, cph], Mats O. Karlsson [aut, cph], Justin J. Wilkins [aut], E. Niclas Jonsson [aut, trl, cph], Ron Keizer [ctb] (functionality for bootstrap of GAM and SCM)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.