checkObjs
checkObjs.Rd
A function to help detect potential issues in the data by visualizing the size and type of objects across grouping variables.
Arguments
- data
A data frame output from the
modelSelection
function or anyOF
function from easyXpress.- OF
Select one of
"filter", "label", "ignore"
. The default is"filter"
, which will filter out all objects flagged by OFs."label"
will fill flagged objects by OFs and fill objects not flagged with model names."ignore"
will fill all objects by model names.- ...
<[`dynamic-dots`][rlang::dyn-dots]> Variable(s) used to summarize data. Variable names can be listed in succession.