Learn R Programming

expirest (version 0.1.6)

extract_from_ll_wcsl: Extract information from “worst case scenario” (wcs) limit lists list

Description

The function extract_from_ll_wcsl() extracts specific elements from a list of lists returned by the get_wcs_limit() function.

Usage

extract_from_ll_wcsl(ll, element)

Value

A list of the same length as ll_wcsl is returned. The individual elements of the list are matrices of the values specified by element that have been extracted from ll.

Arguments

ll

A list of lists returned by the get_wcs_limit() function. The list must have four elements named "cics", "dics", dids.pmse and "dids". Each of these elements has a sub-list of the same length as the number of intercepts. And each of these elements has a sub-sub-list of the same length as the number of release limits (rl).

element

A character string that specifies the element to be extracted, i.e. either one of "delta.lim", "delta.lim.orig", "wcs.lim" or "wcs.lim.orig".

Details

Information in a bulk list of lists that has been obtained by aid of the function get_wcs_limit() for a set of release limit values (rl) and intercepts.

See Also

get_wcs_limit.