count_and_robust: Count Unique Observations and Perform Robust Meta-Analysis

View source: R/count_and_robust.R

count_and_robustR Documentation

Count Unique Observations and Perform Robust Meta-Analysis

Description

Combines the functionality of counting unique studies and performing a robust meta-analysis on a dataset. It is designed to streamline the process of obtaining both counts and meta-analysis results for subsets of a dataset. The function utilizes the study_count function to count the number of unique observations, and the map_robust function to perform a robust meta-analysis on the given dataset.

Usage

count_and_robust(data)

Arguments

data

The dataset or subset for which to count unique observations and perform meta-analysis.

Value

A tibble with the count of distinct observations and meta-analysis results. The tibble includes columns for unique observation count, beta coefficient, standard error (se), and p-value for the meta-analysis.


setgree/PrejMetaFunctions documentation built on April 28, 2024, 9:29 a.m.