print.pla {prinvars}R Documentation

Print Function for pla S3

Description

Prints the blocks, threshold, threshold_mode and the loadings.

Usage

## S3 method for class 'pla'
print(x, ...)

Arguments

x

a pla object.

...

further arguments passed to or from other methods.

Value

A pla object which equals the input of x.

Examples

if(requireNamespace("AER")){
require(AER)
data("OECDGrowth")

pla_obj = pla(OECDGrowth, cor=TRUE, thresholds=0.5)
print(pla_obj)
}


[Package prinvars version 1.0.0 Index]