Last chance! 50% off unlimited learning
Sale ends in
mean.geometric
geometric mean
mean.stderr
standard error of the mean (S.E. mean)
mean.LCL
lower confidence level (LCL) of the mean
mean.UCL
upper confidence level (UCL) of the mean
}## S3 method for class 'geometric':
mean(x, ...)
## S3 method for class 'stderr':
mean(x, ...)
## S3 method for class 'UCL':
mean(x, ci = 0.95, ...)
## S3 method for class 'LCL':
mean(x, ci = 0.95, ...)
sd
mean
data(edhec)
mean.geometric(edhec[,"Funds.of.Funds"])
mean.stderr(edhec[,"Funds.of.Funds"])
mean.UCL(edhec[,"Funds.of.Funds"])
mean.LCL(edhec[,"Funds.of.Funds"])
Run the code above in your browser using DataLab