Learn R Programming

arkhe (version 1.2.0)

deprecate: Deprecated Methods

Description

Deprecated Methods

Usage

confidence(object, ...)

# S4 method for numeric confidence(object, level = 0.95, type = c("student", "normal"))

Arguments

object

A numeric vector.

...

Currently not used.

level

A length-one numeric vector giving the confidence level. Must be a single number between \(0\) and \(1\).

type

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.

Author

N. Frerebeau