identify_count is a data descriptor function used to identify a count variable and potentially supply a formula and estimation function.

identify_count(name, formula = ~1)

Arguments

name

The name of a variable in the input data to be used as count. This should be supplied as bare symbol not a character string.

formula

A formula object that can be used to build the count model. Note this does not need to include treatment since the count models are fit within treatment groups. Default to a null model, ~1.

Value

A object that can be used by specify_models to add information about the count variable to the data description function.

Author

Alexander Breskin