nlmixrData: Convert/Format the data appropriately for nlmixr

View source: R/nlmixr.R

nlmixrDataR Documentation

Convert/Format the data appropriately for nlmixr

Description

Convert/Format the data appropriately for nlmixr

Usage

nlmixrData(data, model = NULL)

## S3 method for class 'character'
nlmixrData(data, model = NULL)

## Default S3 method:
nlmixrData(data, model = NULL)

Arguments

data

is the name of the data to convert. Can be a csv file as well.

model

This is the RxODE model to use to translate against when parsing the data.

Value

Appropriately formatted data

Author(s)

Matthew L. Fidler


nlmixr documentation built on March 27, 2022, 5:05 p.m.

Related to nlmixrData in nlmixr...