Deprecated Methods
confidence(object, ...)# S4 method for numeric
confidence(object, level = 0.95, type = c("student", "normal"))
A numeric
vector.
Currently not used.
A length-one numeric
vector giving the confidence level.
Must be a single number between \(0\) and \(1\).
A character
string giving the type of confidence
interval to be returned. It must be one "student
" (the default) or
"normal
". Any unambiguous substring can be given.
N. Frerebeau