get.parms.data {scaRabee}R Documentation

Extract data from scaRabee parameter table

Description

get.parms.data is a utility function in scaRabee. It allows to extract from a parameter table x all the data of a given type which for a set of parameter of type type. get.parms.data is typically not called directly by users.

Usage

  get.parms.data(x = NULL,
                 which = NULL,
                 type = NULL)

Arguments

x

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

which

A single string of characters, either 'names', 'type', 'value' or 'isfix'.

type

A single string of characters, either 'P', 'L', 'V' or 'IC'.

Value

Return as a vector the content of the which column of x corresponding to the type parameters.

Author(s)

Sebastien Bihorel (sb.pmlab@gmail.com)


[Package scaRabee version 1.1-4 Index]