Learn R Programming

anscombiser (version 1.1.0)

anscombiser-internal: Internal anscombiser functions

Description

Internal anscombiser functions

Usage

is_wholenumber(x, tol = .Machine$double.eps^0.5)

is_pos_def(x, tol = 1e-06)

minimal_rotation(x)

make_stats(x, stats, idempotent = FALSE)

Arguments

Details

These functions are not intended to be called by the user.