get_cov {RprobitB} | R Documentation |
Extract covariates of choice occasion
Description
This convenience function returns the covariates and the choices of specific choice occasions.
Usage
get_cov(x, id, idc, idc_label)
Arguments
x |
Either an object of class |
id |
A numeric (vector), that specifies the decider(s). |
idc |
A numeric (vector), that specifies the choice occasion(s). |
idc_label |
The name of the column that contains the choice occasion identifier. |
Value
A subset of the choice_data
data frame specified in prepare_data()
.
[Package RprobitB version 1.1.4 Index]