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

Description Usage Arguments Value Author(s)

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

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

1
2
3

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 Feb. 4, 2022, 5:07 p.m.