evaluatr.impact: Perform impact analysis

View source: R/analysis.R

evaluatr.impactR Documentation

Perform impact analysis

Description

Perform impact analysis

Usage

evaluatr.impact(analysis, variants = names(analysis$.private$variants))

Arguments

analysis

Analysis object, initialized by evaluatr.init.

variants

List of one or more of the following analysis types to perform: 'time', 'time_no_offset', 'pca', and 'full'. Defaults to all 4.

Value

Analysis results, 'results', as described below

'results$full' Results from synthetic controls model

'results$time' Results from time trend model (with offset term)

'results$time_no_offset' Results from time trend model (no offset term)

'results$pca' Results from STL+PCA model

'results$its' Results from classic interrupted time series model

‘results$best' Results from ’best model (either synthetic controls or STL+PCA, depending on )

'results$point.weights' TODO

'results$rr_mean_combo' Rate ratios during the evaluation period, as calculated in each of the models.


weinbergerlab/InterventionEvaluatR documentation built on June 28, 2022, 4:20 p.m.