.rxBlankIni {rxode2} | R 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")
[Package rxode2 version 3.0.4 Index]