Learn R Programming

RegSDC (version 0.4.0)

FindAlpha: Calculation of alpha

Description

Function to find the largest alpha that makes equation 10 in the paper solvable.

Usage

FindAlpha(a, b, tryViaQR = TRUE)

FindAlphaSimple(a, b)

Arguments

a

matrix E in paper

b

matrix Eg in paper

tryViaQR

When TRUE QR transformation used (to handle collinearity) when ordinary calculations fail.

Value

alpha

See Also

See examples in the documentation of CalculateC