Learn R Programming

infer (version 0.5.2)

deprecated: Deprecated functions and objects

Description

These functions and objects should no longer be used. They will be removed in a future release of infer.

Usage

conf_int(x, level = 0.95, type = "percentile", point_estimate = NULL)

p_value(x, obs_stat, direction)

GENERATION_TYPES

Arguments

x

See the non-deprecated function.

level

See the non-deprecated function.

type

See the non-deprecated function.

point_estimate

See the non-deprecated function.

obs_stat

See the non-deprecated function.

direction

See the non-deprecated function.

Format

An object of class character of length 3.

See Also

get_p_value(), get_confidence_interval(), generate()