get.parms.data: Extract data from scaRabee parameter table

View source: R/get.parms.data.R

get.parms.dataR 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)


scaRabee documentation built on Jan. 26, 2026, 1:07 a.m.