An S7 class for representing Health Technology Assessment endpoints, with integration to the chef pipeline for AMNOG-style analyses.
Arguments
- name
Character string for endpoint name
- variable
Character string for variable name in the dataset
- type
Character string for endpoint type
- description
Character string for endpoint description
- hypothesis
Character string for hypothesis type
- margin
Numeric value for non-inferiority margin
- alpha
Numeric value for significance level
- metadata
List of additional metadata
- chef_spec
List containing chef endpoint specification
- strata
Character vector of stratification variables
- criteria
List of inclusion criteria for chef pipeline
Examples
if (FALSE) { # \dontrun{
endpoint <- HTAEndpoint(
name = "Response Rate",
variable = "AVALC",
type = "binary",
strata = c("SEX", "AGEGR1")
)
} # }