createRawresInput: createRawresInput

Description Usage Arguments

Description

Creates a csv file with formatting compatible with raw results files from PsN.

Usage

1
2
3
4
5
createRawresInput(modFilePath, paramsToCompare = c("THETA1", "THETA2"),
  lims1 = c(0.99 * as.numeric(paramVector[paramsToCompare[1]]), 1.01 *
  as.numeric(paramVector[paramsToCompare[1]])), lims2 = c(0.99 *
  as.numeric(paramVector[paramsToCompare[2]]), 1.01 *
  as.numeric(paramVector[paramsToCompare[2]])), absolute = TRUE, resol = 10)

Arguments

modFilePath

Model file to use. The function assumes that there is an ext file with the same base file name.

paramsToCompare

A vector of two parameter names following the NONMEM ext file standard names. Default is c("THETA1", "THETA2").

lims1

A vector of two values, lower and upper limit for the first paramsToCompare. Default is 1 percent below and above the original value

lims2

A vector of two values, lower and upper limit for the second paramsToCompare. Default is 1 percent below and above the original value

absolute

Whether or not to take the absolute value of all parameter values before constructing the input file. Default is FALSE.

resol

Resolution on each axis. Default is 10 and will return 10^2 = 100 sets of parameter values.


UppsalaHenrik/nmsurfaceplot documentation built on June 4, 2019, 2:02 a.m.