The grouping variable to use. The name is in double quotes.
Multiple names are listed as a vector. (See example.)
var
The measurement variable to use. The name is in double quotes.
conf
The confidence interval to use.
na.rm
If TRUE, removes NA values in the measurement variable.
digits
The number of significant figures to use in output.
...
Other arguments. Not currently useful.
Value
A data frame of geometric means, standard deviations, standard
errors, and confidence intervals.
Details
The function computes means, standard deviations, standard errors,
and confidence intervals on log-transformed values. Confidence
intervals are calculated in the traditional
manner with the t-distribution. These statistics assume that
the data are log-normally distributed. For data not meeting this
assumption, medians and confidence intervals by bootstrap may be more
appropriate.