powered by
Prints the blocks, threshold, threshold_mode and the loadings.
# S3 method for pla print(x, ...)
A pla object which equals the input of x.
x
a pla object.
further arguments passed to or from other methods.
if(requireNamespace("AER")){ require(AER) data("OECDGrowth") pla_obj = pla(OECDGrowth, cor=TRUE, thresholds=0.5) print(pla_obj) }
Run the code above in your browser using DataLab