mean_tot: Calculate the total mean

Description Usage Arguments Value Examples

View source: R/summary_functions.R

Description

Calculates the total mean over two groups.

Usage

1
mean_tot(n1, mean1, n2 = n1, mean2)

Arguments

n1

Number of measurements in group 1.

mean1

Mean of group 1.

n2

Number of measurements in group 2.

mean2

Mean of group 2.

Value

The total mean.

Examples

1
mean_tot(n1=15, mean1=5, n2=10, mean2=3)

mathesong/relfeas documentation built on March 4, 2020, 5:29 a.m.