Skip to contents

Check consistency of a monitored_design object

Usage

monitored_design_checks(
  data,
  monitored_design = NULL,
  estimation_function,
  estimation_arguments,
  correction_function = NULL
)

Arguments

data

A data.frame containing the data to be analyzed. A column named .id indicates which observations correspond to each individual.

monitored_design

An object of class monitored_design created using initialize_monitored_design()

estimation_function

A function whose arguments include a data.frame named data

estimation_arguments

A list of any additional arguments needed by estimation_function

correction_function

A function which takes the arguments supplied to estimation_function and returns a numeric scalar which performs a small sample correction to the variance estimate

Value

No result is returned.

Examples

# To be added