Skip to contents

This function validates that the provided data is suitable to run a particular epidist model. This may include checking the class of data, and that it contains suitable columns.

Usage

epidist_validate(data, ...)

Arguments

data

A data.frame containing line list data.

...

Additional arguments passed to method.

See also

Other validate: epidist_validate.default()