Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

doolittle

Doolittle Decomposition


Description

Doolittle Decomposition

Usage

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

Tests in Linear Mixed Effects Models

v3.1-3
GPL (>= 2)
Authors
Alexandra Kuznetsova [aut], Per Bruun Brockhoff [aut, ths], Rune Haubo Bojesen Christensen [aut, cre], Sofie Pødenphant Jensen [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.