plsr_cook_dist {structToolbox}R Documentation

plsr_cook_dist class

Description

Cook's distance for a PLSR model. Cook's distance measures the effect of deleting each observation. Samples with a larger Cook's distance might be considered outlying as they have strong influence on the regression.

Usage

plsr_cook_dist(...)

Arguments

...

additional slots and values passed to struct_class

Value

struct object

Examples

C = plsr_cook_dist()

[Package structToolbox version 1.0.1 Index]