mergeMean: Combine sample means from two samples

Description Usage Arguments

View source: R/mergeMean.R

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

1
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'


telefit documentation built on Feb. 4, 2020, 9:08 a.m.

Related to mergeMean in telefit...