run_pooled_analysis: Function to perform all data processing and pooled stratified...

View source: R/latte-misc.R

run_pooled_analysisR Documentation

Function to perform all data processing and pooled stratified analysis

Description

Function to perform all data processing and pooled stratified analysis

Usage

run_pooled_analysis(data, outcome_id, outcome_time, sites)

Arguments

data

The combined LATTE_ADRD data.

outcome_id

The name of the primary outcome column.

outcome_time

The name of the outcome time column (for Poisson).

sites

A vector of site identifiers.

Value

A list containing the results of the standard logistic and Poisson pooled analysis.


pda documentation built on Nov. 18, 2025, 1:07 a.m.

Related to run_pooled_analysis in pda...