Learn R Programming

scaRabee (version 1.1-4)

order.parms.list: Sort a scaRabee parameter table

Description

order.parms.list is a secondary function called during estimation runs. It reorder a data.frame of initial parameter estimates by type: structural ('P'), delays ('L'), initial conditions ('IC'), and finally variance ('V'). order.parms.list is typically not called directly by users.

Usage

order.parms.list(x = NULL)

Value

A data.frame of parameter data with the following columns: 'names', 'type', 'value', 'isfix', 'lb', and 'ub'.

Arguments

x

A data.frame of parameter data with the following columns: 'names', 'type', 'value', 'isfix', 'lb', and 'ub'.

Author

Sebastien Bihorel (sb.pmlab@gmail.com)