order.parms.listR Documentation

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)

Arguments

x

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

Value

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

Author(s)

Sebastien Bihorel (sb.pmlab@gmail.com)