find_condition_num {AHM}R Documentation

Compute the conditional number of design matrix

Description

Compute the conditional number of design matrix

Usage

find_condition_num(x)

Arguments

x

matrix to be used in svd

Examples

data("pringles_fat")
data_fat = pringles_fat
h_tmp = 1.3
x = data_fat[,c("c1","c2","c3","x11","x12","x21","x22")]
find_condition_num (x)

[Package AHM version 1.0.1 Index]