Module 3: Building a Regression Model

Purpose

This module teaches how to draw a regression model in SmartPLS 4 and specify the dependent variable, predictors, controls, and intercept.

Learning Objectives

After this module, learners should be able to:

Example Model

Research question:

Which factors predict student satisfaction with a digital learning platform?

Dependent variable:

SATISFACTION

Predictors:

USEFULNESS
EASE_OF_USE
TRUST
SERVICE_QUALITY

Controls:

AGE
EXPERIENCE
GENDER_MALE

SmartPLS Steps

  1. Create a new project.
  2. Import the dataset.
  3. Create a new model.
  4. Add the dependent variable.
  5. Add independent variables.
  6. Draw arrows from predictors to the dependent variable.
  7. Keep the intercept unless your research design requires removing it.
  8. Save the model with a clear name.

Intercept Rule

For most regression models, keep the intercept. Removing it changes the meaning of coefficients and is rarely appropriate unless theory and design justify a zero-intercept model.

Model Documentation

Record:

Practice

Create two models:

  1. Simple model: SATISFACTION <- USEFULNESS
  2. Multiple model: SATISFACTION <- USEFULNESS + EASE_OF_USE + TRUST + SERVICE_QUALITY + AGE + EXPERIENCE

Lab

Complete Lab 2: Build and run a SmartPLS regression model.

Next Module

Continue to Module 4: Running Linear Regression.