Description Usage Arguments Details Value Examples
View source: R/degeneracy_check.R
find_wildcards finds indices for non-identifiable elements of state
matrix.
1  | find_wildcards(state_mat, action_vec, cols)
 | 
state_mat | 
 Numeric matrix with rows as states and columns as predictors.  | 
action_vec | 
 Numeric vector indicating what action to take for each state.  | 
cols | 
 Numeric vector same length as number of columns of the
state matrix  | 
This is a helper function for degeneracy_check.
Returns a list of indices (tuples specifying row and column of a matrix).
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.