print.pla: Print Function for pla S3

View source: R/pla.R

print.plaR 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)
}


prinvars documentation built on Jan. 9, 2023, 5:12 p.m.