doolittle: Doolittle Decomposition

Description Usage Arguments Value

View source: R/contrast_utils.R

Description

Doolittle Decomposition

Usage

1
doolittle(x, eps = 1e-06)

Arguments

x

a numeric square matrix with at least 2 columns/rows.

eps

numerical tolerance on the whether to normalize with components in L with the diagonal elements of U.

Value

a list with two matrices of the same dimension as x:

L

lower-left unit-triangular matrix

U

upper-right triangular matrix (not unit-triangular)


lmerTest documentation built on Oct. 23, 2020, 6:16 p.m.