get_wc_icpt {expirest} | R Documentation |
Get intercepts of the worst case batches
Description
The function get_wc_icpt()
prepares a vector of the intercepts
of the worst case batches of all the regression models fitted to the data.
Usage
get_wc_icpt(data, batch_vbl, icpt_list, poi_list, wc_batch, xform)
Arguments
data |
A data frame with the columns specified by |
batch_vbl |
A character string that specifies the column in |
icpt_list |
A list of four elements named |
poi_list |
A list of four elements named |
wc_batch |
A numeric vector of the indices of the worst case batches
of each model type, i.e. a vector of four elements named |
xform |
A vector of two character strings that specifies the
transformation of the response and the time variable. The default is
“no” transformation, i.e. |
Details
The function get_wc_icpt()
extracts the worst case batches
from the list of intercepts (icpt_list
), given that the estimation
of the corresponding POIs (poi_list
) was successful.
Value
A named vector of the intercepts of the worst case batches is returned.
See Also
get_icpt_list
, get_poi_list
,
get_osle_poi_list
, get_wisle_poi_list
,
expirest_osle
, expirest_wisle
.