studentMetaMean: Compute a weighted average of the specified distributions

Description Usage Arguments Value

View source: R/studentMetaMean.R

Description

Compute a weighted average of the specified distributions

Usage

1
2
studentMetaMean(design = NULL, means = NULL, sigmas = NULL, nus = NULL,
  min_sigma = 0.01)

Arguments

design

A matrix with the named columns mean, sigma, and nu. Can be omitted, if the following three parameters are supplied.

means

Vector of means

sigmas

Vector of sigmas

nus

Vector of nus

min_sigma

Minimum sigma of resulting distribution when all means are very close together

Value

A list with the following values:


mkuhn/StudentMetaMean documentation built on May 23, 2019, 2:03 a.m.