.rxBlankIni | R Documentation |
Get a blank, theta1, or eta1 initialization block for iniDf
.rxBlankIni(type = c("empty", "theta", "eta"))
type |
type of initialization block to return |
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.
Matthew L. Fidler
.rxBlankIni("empty")
.rxBlankIni("theta")
.rxBlankIni("eta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.