Usage
mes(m.1, m.2, sd.1, sd.2, n.1, n.2, level=95, dig=2, id=NULL, data=NULL)
Arguments
sd.1
Standard deviation of group one.
sd.2
Standard deviation of group two.
n.1
Sample size of group one.
n.2
Sample size of group two.
level
Confidence level. Default is 95%.
dig
Number of digits to display. Default is 2 digits.
id
Study identifier. Default is NULL, assuming a scalar is used as input. If input is a vector dataset (i.e., data.frame, with multiple values to be computed), enter the name of the study identifier here.
data
name of data.frame. Default is NULL, assuming a scalar is used as input. If input is a vector dataset (i.e., data.frame, with multiple values to be computed), enter the name of the data.frame here.