a formula of the form lhs ~ rhs where lhs is a numeric variable giving the data values and rhs a factor with two levels giving the corresponding groups.
data
an optional data frame containing the variables in the formula formula.
By default the variables are taken from environment(formula).
subset
an optional vector specifying a subset of observations to be used.
Methods (by class)
bootCor(default): Bootstrap the correlation of two numeric variables.
bootCor(formula): Bootstrap the correlation of two numeric variables.
Author
Laura Chihara
Details
Bootstrap the correlation of two numeric variables. The bootstrap mean and
standard error are printed as well as a bootstrap percentile confidence
interval.