| print.pla | R Documentation |
Prints the blocks, threshold, threshold_mode and the loadings.
## S3 method for class 'pla' print(x, ...)
x |
a pla object. |
... |
further arguments passed to or from other methods. |
A pla object which equals the input of x.
if(requireNamespace("AER")){
require(AER)
data("OECDGrowth")
pla_obj = pla(OECDGrowth, cor=TRUE, thresholds=0.5)
print(pla_obj)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.