The following three functions can be used with missing data. They return the mean, the standard error of the mean and the confidence interval of the mean.Note that we hesitated to provide these functions: you should deal with missing data prior to making your plot. Removing NAs from the mean in a univariate setting is equivalent to performing mean imputation. See @enwiki:1243866876 for more. Also note that for repeated-measure design, only CA adjustment is available.
meanNArm(x)
SE.meanNArm(x)
CI.meanNArm(x, gamma)
a vector of numbers, the sample data (mandatory);
a confidence level for CI (default 0.95).
the means, a measure of precision (SE) or an interval of precision (CI) in the presence of missing data.
There are no references for Rd macro \insertAllCites
on this help page.