combineZStouffer: Combines Z-scores using Stouffer's method

View source: R/MAUDE.R

combineZStoufferR Documentation

Combines Z-scores using Stouffer's method

Description

This function takes a vector of Z-scores and combines them into a single Z-score using Stouffer's method.

Usage

combineZStouffer(x)

Arguments

x

a vector of Z-scores to be combined

Value

Returns a single Z-score.

Examples

combineZStouffer(rnorm(10))

Carldeboer/MAUDE documentation built on March 27, 2022, 8:50 p.m.