asymp.test(x,...)
## S3 method for class 'default':
asymp.test(x, y = NULL,
parameter = c("mean", "var", "dMean", "dVar", "rMean", "rVar"),
alternative = c("two.sided", "less", "greater"),
reference = 0, conf.level = 0.95, rho = 1, ...)
## S3 method for class 'formula':
asymp.test(formula, data, subset, na.action, ...)lhs ~ rhs where lhs
is a numeric variable giving the data values and rhs a factor
with two levels giving the corresponding groups.model.frame) containing the variables in the
formula formula. By default the variables are taken from
environment(formulNAs. Defaults to
getOption("na.action").t.test, var.test for normal distributed data.
seMean).