mergeMean {telefit}R Documentation

Combine sample means from two samples

Description

This function combines the sample mean information from two samples (of the same phenomena) to return the sample mean of the union of the two samples.

Usage

mergeMean(x.mean, y.mean, x.n, y.n)

Arguments

x.mean

sample mean from the first sample, 'x'

y.mean

sample mean from the second sample, 'y'

x.n

sample size from the first sample, 'x'

y.n

sample size from the second sample, 'y'


[Package telefit version 1.0.3 Index]