Check consistency of a monitored_design
object
Source: R/monitored_design_checks.R
monitored_design_checks.Rd
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 usinginitialize_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