MonolixSuite in R
Breadcrumbs

getData

[Monolix - PKanalix] Get project data

Get a description of the data used in the current project. Available informations are:

  • dataFile (character): Path to the data file (csv, xlsx, xlsx, sas7bdat, xpt or txt). Can be absolute or relative to the current working directory.

  • header (vector): vector of header names

  • headerTypes (vector): vector of header types

  • observationNames (vector): vector of observation names

  • observationTypes (vector): vector of observation types

  • nbSSDoses (integer): number of doses (if there is a SS column)

  • regressorsSettings (character): regressors interpolation method (either last carried forward or linear)

  • sheet (character): Name of the sheet in xlsx/xls file. If not provided, the first sheet is used.

Usage

R
getData()

Value

A list describing project data.

See also

setData

Examples