Usage
a.mes(m.1.adj, m.2.adj, sd.adj, n.1, n.2, R, q, level=95, dig=2, id=NULL, data=NULL)
Arguments
m.1.adj
Adjusted mean of treatment group from ANCOVA.
m.2.adj
Adjusted mean of comparison group from ANCOVA.
sd.adj
Adjusted standard deviation.
n.1
Treatment group sample size.
n.2
Comparison group sample size.
R
Covariate outcome correlation or multiple correlation.
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.