dot-rxBlankIni function

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

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

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

Arguments

  • type: type of initialization block to return

Returns

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.

Examples

.rxBlankIni("empty") .rxBlankIni("theta") .rxBlankIni("eta")

Author(s)

Matthew L. Fidler

  • Maintainer: Matthew L. Fidler
  • License: GPL (>= 3)
  • Last published: 2025-02-14

Downloads (last 30 days):