dot-rxBlankIni: Get a blank, theta1, or eta1 initialization block for iniDf

.rxBlankIniR Documentation

Get a blank, theta1, or eta1 initialization block for iniDf

Description

Get a blank, theta1, or eta1 initialization block for iniDf

Usage

.rxBlankIni(type = c("empty", "theta", "eta"))

Arguments

type

type of initialization block to return

Value

A data.frame with the appropriate number/type of columns.

For type="empty", the data.frame will have 0 rows but all the correct types.

For type="theta", the data.frame will have 1 row with the correct types and default values. The "name" and "est" will likely need to be updated.

For type="eta", the data.frame will have 1 row with the correct types and default values for the a single eta being added. The "name" and "est" will likely need to be updated.

Author(s)

Matthew L. Fidler

Examples


.rxBlankIni("empty")

.rxBlankIni("theta")

.rxBlankIni("eta")


nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.