Skip to content

IBMPredictiveAnalytics/PLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLS

Partial least squares regression

This procedure estimates partial least squares (PLS, also known as "projection to latent structure") regression models. PLS is a predictive technique that is an alternative to ordinary least squares (OLS) regression, canonical correlation, or structural equation modeling, and it is particularly useful when predictor variables are highly correlated or when the number of predictors exceeds the number of cases.


Installation intructions

  1. Open IBM SPSS Statistics
  2. Navigate to Utilities → Extension Bundles → Download and Install Extension Bundles
  3. Search for the name of the extension and click Ok. Your extension will be available.

Tutorial

Installation Location

Analyze →

  Regression →

    Partial Least Squares

UI

image

image

image

Syntax

Example:

GET FILE "Employee Data". PLS salary MLEVEL=S WITH salbegin jobtime prevexp /ID VARIABLE=id /CRITERIA LATENTFACTORS=5 /MODEL salbegin jobtime prevexp salbegin*jobtime /OUTDATASET LATENTFACTORS=latent_factors.

Output

image

image

image


License

  • Apache 2.0

Contributors

  • IBM SPSS JKP, JMB