Description Usage Arguments Value Examples
View source: R/summary_functions.R
Calculates the total mean over two groups.
1  | mean_tot(n1, mean1, n2 = n1, mean2)
 | 
n1 | 
 Number of measurements in group 1.  | 
mean1 | 
 Mean of group 1.  | 
n2 | 
 Number of measurements in group 2.  | 
mean2 | 
 Mean of group 2.  | 
The total mean.
1  | mean_tot(n1=15, mean1=5, n2=10, mean2=3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.