Methods
Methods
EDITORIAL PERSPECTIVE
1University of Puerto Rico, San Juan, Puerto Rico, USA | 2Korea University Business School, Seoul, South Korea | 3Vizja University, Warsaw,
Poland | 4FORE School of Management, New Delhi, India
Keywords: 5WH framework | artificial intelligence (AI) in research | fsQCA | GQCA | mixed methods | multi-study and multi-stage designs |
qualitative methods | quantitative methods | research methods | structural equation modelling (SEM, PLS-SEM, NCA)
ABSTRACT
Over the years, it has been observed that discussions on research methods in academic writing often oscillate between two ex-
tremes: either abstract philosophical debates or purely technical instructions. Many early career researchers—and sometimes
even experienced scholars—struggle with the simple question: Which method should be used? The answer, however, is rarely
straightforward. It depends not only on the convenience or the disciplinary habit of a researcher but also on the nature of the
research question, the timing of the inquiry, the context in which it is situated, the units of analysis involved, and the resources
available for its execution. Textbooks have contributed richly to our understanding, yet they frequently overwhelm rather than
provide clarity. In this context, we provide a comparative overview of important research methods using the 5WH framework
(What, Why, When, Where, Who, and How), based on years of experience as an Editor. We provide a synthesis of regression-
based methods, experimental methods, multivariate methods, qualitative methods, mixed methods, configurational and com-
parative methods (QCA family), big data and computational methods, AI-driven methods and techniques, and finally, literature
review methods.
FIGURE 1 | Basic regression portraying the relationship between a predictor variable (Y) and an outcome variable (X), linear, logistic, and mul-
tilevel regression. (Source: Authors).
• Survey-based studies (e.g., linking attitudes to behavioural The unit of analysis depends on the study:
intentions).
• Individual-
level: consumers, online users or survey
• Experimental studies (e.g., testing how different ad appeals
respondents.
influence purchase intention).
• Group-level: retail outlets, sales teams, or product
• Panel or customer-level datasets (e.g., modelling store loy-
categories.
alty across locations).
• Hierarchical: customers nested within segments, or trans-
• Time series data with daily, weekly, or monthly frequency.
actions within customers.
2.4 | Where 2.6 | How
Applications of regression are diverse across the social sciences Regression is normally employed using estimation procedures
and business disciplines: such as ordinary least squares (OLS) for linear regression or
maximum likelihood for logistic regression. For example, Baber
• In psychology and sociology, regression is applied to exam- et al. (2020) evaluated the impact of individual market orien-
ine relationships between attitudes, social influences, and tation (IMO) on selling and customer orientation for insurance
behaviours. agents. Adequacy is assessed through both statistical thresholds
and substantive interpretation:
• In education research, it is used to analyse predictors of
learning outcomes and student performance.
Linear regression formula
• In consumer and behavioural research, linear regression is
applied to test attitude–intention–behaviour models. Y = 𝛽0 + 𝛽1X 1 + 𝛽2X 2 + … + 𝛽kXk + 𝜖
Hierarchical regression
3 | Experimental Research Methods
Yij = 𝛽0 + 𝛽1Xij + uj + 𝜖ij
3.1 | What
where observations (i) are nested in groups ( j), e.g., customers
Experimental research is used to establish causal relationships
within stores.
by manipulating independent variables and observing their
effects on dependent outcomes under controlled conditions. It
Example: Customer satisfaction at store level = β 0 + β1
answers what happens when a specific factor is changed (Roy
(Individual Perceived Value) + u(Store) + ε.
et al. 2025) (see Figure 2).
Regression models are implemented using widely available sta-
In multivariate research, constructs are abstract concepts (e.g.,
tistical software. Traditional packages such as SPSS and Stata
trust), measured via variables (survey questions), items (individ-
remain popular for their user-f riendly interfaces and robust re-
ual indicators), and aggregated into factors (latent dimensions).
gression modules. Open-source platforms such as JAMOVI, R
This distinction clarifies the progression from conceptualisation
(packages: lm, glm, lme4), and Python (libraries: statsmodels,
to measurement and analysis and helps researchers see how
scikit-learn) provide greater flexibility and reproducibility. For
observed responses are systematically linked to underlying the-
advanced applications such as hierarchical models or survival
oretical ideas. For instance, the construct of Brand Trust may
analysis, Mplus and HLM software are often used. Commercial
be measured through a variable such as ‘perceived reliability,’
solutions like EViews are also common in time-series contexts
which is operationalised as survey items like ‘This brand de-
(Kaurav et al. 2021; Zheng 2023) (refer Table 1).
livers on its promises.’ These items, when analysed together,
load onto a factor representing the latent dimension of brand
reliability.
2.7 | Common Misuses of Regression
Following this measurement logic, researchers often test their
• Treating correlation as causation without experimental or
hypotheses through experimental designs. The following are
longitudinal design.
some of the popular types of experiments used in marketing and
• Ignoring key assumptions (linearity, homoscedasticity, consumer research:
independence).
• Lab experiments: conducted in controlled environments to
• Overfitting with too many predictors in small samples.
test cause–and–effect (e.g., exposure to different ad appeals).
• Using R 2 inflation as proof of model strength without
• Field experiments: conducted in real-world settings, often
diagnostics.
with customers or stores (e.g., A/B testing of online promo-
tions, in-store signage).
2.8 | Guidelines for Authors • Quasi-experiments: lack random assignment but still in-
volve intervention (e.g., pre–post studies in a retail chain).
Regression is not simply a statistical tool; it is a decision
compass. It allows scholars to test models of consumer be-
haviour, evaluate campaign effectiveness, and predict mar- 3.2 | Why
ket outcomes. However, thresholds must be respected; an
impressive R 2 without diagnostic checks is meaningless, and The purpose of experiments is to move beyond correlation and
significant coefficients without conceptual clarity are mis- demonstrate causation. In marketing research, experiments
leading. Properly aligned, regression provides scholars with help answer:
FIGURE 2 | Mediation and moderation framework showing how variable Me/Mo transmits the effect of predictor Y onto outcome X. (Source:
Authors).
• Does emotional appeal in advertising increase purchase in- • Randomisation ensures comparability between groups.
tention compared to rational appeal?
• Manipulation checks confirm that participants perceived
• Do price discounts increase footfall more than loyalty the intervention as intended.
rewards?
• Outcomes are analysed with t-tests, ANOVA, or regression
• Will algorithm-driven product recommendations outper- models.
form human-curated ones?
Formula (simple experimental model):
3.3 | When Y = 𝜇 + 𝜏i + 𝜖
Experiments are most suitable when researchers need strong ev- where Y is the outcome, μ is the grand mean, τi is the treatment
idence of causal relationships. They are widely used in: effect, ϵ is the error.
• Consumer behaviour studies (e.g., testing message framing Example: Testing whether personalised product recommenda-
effects). tions (T1) increase conversion rates compared to generic recom-
mendations (T0).
• Digital marketing (e.g., A/B testing of website layouts, email
subject lines).
Experiments are often designed and deployed using Qualtrics,
• Retailing (e.g., testing shelf placement or dynamic pricing SurveyMonkey, and Gorilla Experiment Builder (for behavioural
interventions). tasks). Cognitive psychology software such as PsychoPy and
E-Prime is used for controlled laboratory experiments, whilst
platforms such as MTurk, Prolific, and CloudResearch facili-
3.4 | Where tate online subject recruitment. Statistical analysis of experi-
mental data can be conducted in SPSS (ANOVA modules, GLM
• Lab settings: allow control over extraneous variables, but family), R (afex, lme4), or Jamovi, ensuring that randomisation
risk artificiality. and power thresholds are verified. PROCESS macro by Prof.
Andrew F. Hayes is a popular tool for mediation, moderation,
• Field settings: offer ecological validity but reduced control.
and continuous process analysis (Hayes 2018; Hayes 2022;
• Online platforms: increasingly used for behavioural experi- Hayes and Rockwood 2020; Igartua and Hayes 2021; Aruldoss
ments (Amazon MTurk, Prolific, Qualtrics panels). et al. 2023) (for thresholds, see Table 2).
Units of analysis vary by context: • Over-reliance on student samples, limiting external validity.
• Manipulation without adequate checks.
• Individual consumers (lab-based product trials).
• Ignoring ethical issues in field experiments (e.g., deceptive
• Customer groups (loyalty programme experiments).
pricing).
• Stores/regions (field trials of pricing, assortment, or
• Treating small-sample lab findings as generalisable to large
promotions).
markets.
Experiments are executed through controlled manipulation of Experiments are the gold standard for causal inference in mar-
variables: keting, but their strength depends on alignment between design
4.1 | What These methods are used when the research question involves la-
tent constructs or multiple interrelated variables.
Multivariate methods examine relationships amongst multiple
variables simultaneously, often to uncover or validate latent • EFA: early stages of scale development or exploratory work.
constructs that cannot be measured directly. EFA (Exploratory • CFA: once a measurement structure is hypothesised.
Factor Analysis) identifies latent dimensions underlying ob-
served variables (e.g., brand trust scale) (Chowdhary et al. 2020) • SEM: when theory predicts paths amongst latent
(see Figure 3 for categories). constructs.
• NCA: When theory or observation suggests that outcomes
• CFA (Confirmatory Factor Analysis): Tests hypothesised require minimum conditions rather than being gradually
measurement models of constructs (e.g., satisfaction → loy- built by predictors. It is particularly valuable in-Adoption
alty framework) (Dash and Paul 2021; Kaurav, Kainthola, studies, Retailing and CRM (minimum frequency of en-
et al. 2024). gagement before loyalty).
• SEM (Structural Equation Modelling): Integrates measure-
ment and structural models to test complex causal relation-
ships (e.g., satisfaction → trust → loyalty). There are two 4.4 | Where
possible techniques of SEM—1. CB-SEM (Covariance-based
SEM) (Dash et al. 2021; Mehra et al. 2021) and 2. PLS-SEM Multivariate methods are applied widely in marketing research:
(Partial Least Squares-based SEM) (Dul 2024; Ramtiyal
et al. 2025; Saxena et al. 2025; Srivastava et al. 2024). We • Consumer behaviour: validating scales (e.g., perceived
suggest readers to refer Dash and Paul et al. (2021), ti- value, involvement), identifying thresholds of trust, involve-
tled CB-SEM versus PLS-SEM, for research in the social ment, or engagement.
sciences. • Services marketing: testing SERVQUAL dimensions.
• NCA (Necessary Condition Analysis): Identifies conditions • Retailing/Customer Relationship Management (CRM):
that are necessary but not sufficient for an outcome to occur linking satisfaction, loyalty, and retention.
(e.g., a minimum level of brand trust required for loyalty).
NCA is often used alongside SEM, adding a complementary • Cross-national research: testing measurement invariance
logic by detecting bottleneck thresholds that traditional across countries.
sufficiency-based models cannot capture (Han, Baah, • Digital marketing: Determining the minimum online pres-
et al. 2025; Tiwari et al. 2024). ence required for influencer credibility.
4.2 | Why 4.5 | Who
The main reasons why multivariate methods are used are be- The unit of analysis is usually the individual respondent (survey-
cause they help: based), but data may also come from store-level metrics or pan-
els. Sample size adequacy is critical, which includes:
• Ensure constructs are reliable and valid (For example, atti-
tudes, perceptions, intentions) • EFA: minimum N ≥ 5–10 respondents per item.
• Permit testing of mediators and moderators. • CFA/SEM: N ≥ 200 is often recommended for stable
• Allow comparison across groups (e.g., cross-cultural con- solutions.
sumer studies). • NCA: Individual-level: consumers, employees, or respon-
dents in survey data, N ≥ 200 recommended for stability
Examples:
• CFA: Maximum likelihood estimation of measurement • NCA: The whole process involves—Plotting indepen-
models. dent variable (condition) against dependent variable (out-
come); Identifying the ceiling line (upper-left empty space);
• SEM: Combines CFA with structural paths, estimated
Calculating effect size d to assess necessity strength;
via covariance- based SEM (theory-
driven) or PLS-
SEM
Producing a bottleneck table showing required minimum
(prediction-driven).
levels.
EFA/CFA (measurement model): Multivariate methods are the most dependable and frequently
used tools in behavioural research, where latent constructs
X = 𝛬𝜉 + 𝛿 dominate. Their strength lies in rigor, but they are also prone to
misuse when thresholds are ignored, or models are fitted with-
where X is the observed indicators, Λ is the loadings, ξ is the out theoretical clarity. Properly applied, they transform abstract
latent constructs, δ is the uniqueness or specific error variance concepts into measurable, testable structures that advance both
associated with a particular observed variable. theory and practise.
SEM (structural model): CB-SEM and PLS-SEM are not substitutes but complements.
CB-SEM excels in theory testing with strong models, whilst PLS-
𝜂 = B𝜂 + 𝛤 𝜉 + 𝜁 SEM is advantageous for prediction and exploration in emerging
areas. The choice should be driven by the research question, data
where η is the endogenous constructs, ξ is the exogenous con- conditions, and purpose—not by software convenience.
structs, B, Γ is the path coefficients.
NCA shifts attention from ‘drivers’ to ‘prerequisites.’ In mar-
Example: Customer Satisfaction (latent) → Loyalty (latent), me- keting, this perspective reveals bottlenecks that managers must
diated by Trust (latent). cross before other strategies can work. whilst it complements re-
gression and SEM, it should not replace them; necessity is one
NCA: piece of the causal puzzle.
CE
d=
T
5 | Qualitative Methods
where CE is the ceiling zone (space above the ceiling line), T is
5.1 | What
the total empirical data space.
Qualitative methods are designed to capture meanings, pro-
Exploratory factor analyses are commonly conducted using
cesses, and contexts that are often overlooked by quantitative
SPSS. AMOS, SmartPLS, ADANCO, LISREL, Mplus, and
measures. In social sciences, focusing on behavioural research,
Stata are widely used for confirmatory factor analyses. Open-
they help answer what lies behind consumer perceptions, organ-
source alternatives include R (psych, lavaan, semTools) and
isational practises, and cultural patterns.
Jamovi (SEMLj plugin). For SEM specifically, AMOS, Mplus,
EQS, and LISREL dominate theory-d riven applications, whilst
• Case study (single-or multiple-case): Examines a bounded
SmartPLS, WarpPLS, and ADANCO are widely used for
system (e.g., a retail chain, a start-up ecosystem) in depth.
prediction-oriented PLS-SEM. NCA is supported in R (NCA
Integrating the tenets of a theoretical framework in the con-
package) and in SmartPLS, enabling easy integration with
text of a case study is important. Researchers are suggested
SEM analyses (Rana et al. 2023). Refer Table 3 for thresholds
to refer to Paul and Sahadev (2018) to learn how to do this.
values, Table 4 for differentiating CB-SEM and PLS-SEM and
Table 5 to understand should you extend to NCA, when it is • Ethnography: Immersive exploration of consumer or organ-
suitable. isational culture (e.g., studying digital/online fan commu-
nities via netnography) (Sima et al. 2025).
• Phenomenology: Focuses on lived experiences of individu-
4.7 | Common Misuses of Multivariate Methods als (e.g., how consumers experience luxury or sustainabil-
ity) (Bhalla et al. 2025).
• Performing EFA on small samples with unstable factors.
• Grounded theory: Builds theory inductively from data
• Using CFA/SEM with poor model fit but still ‘accepting’ (e.g., developing a model of consumer trust in AI systems)
results. (Chawla et al. 2025; Demydyuk et al. 2024; Kainthola
• Ignoring discriminant validity and reporting overlapping et al. 2024).
constructs. • Focus groups: Facilitated group discussions to sur-
• Treating PLS-SEM (predictive) as equivalent to CB-SEM face shared opinions and language around products or
(theory testing). campaigns.
• Case studies reveal complex causal chains and context- • Case studies and ethnography: when depth and context are
specific strategies (e.g., why certain retailers succeed in om- essential.
nichannel adoption).
• Phenomenology: when the researcher seeks to understand
• Ethnography explains cultural consumption practises (e.g., deep subjective experience.
why communities engage with brands as identity symbols).
• Grounded theory: when existing theory is insufficient.
• Phenomenology captures subjective meaning (e.g., why ‘au-
• Focus groups: when preliminary insights are needed for
thenticity’ matters to craft beer consumers).
survey or campaign design.
• Grounded theory builds middle-range theories when exist-
ing frameworks are inadequate.
5.4 | Where
• Focus groups surface why target segments perceive products
differently, providing insights for, i.e., campaign design.
• Case studies: firms, markets, or industries (e.g., Tesla as a
single-case on disruptive branding).
5.3 | When • Ethnography: cultural settings, physical or digital (e.g., in-
store observation vs. netnography of online communities).
These methods are most suitable when the research is explor-
atory, theory-building, or context-dependent. For instance, • Phenomenology: consumer interviews in natural settings.
Mixed methods are most suitable when: • Running two methods independently without integration.
• Research questions cannot be answered adequately with a • Treating the qualitative strand as superficial or symbolic
single method. (e.g., one or two interviews or not taking insights from in-
terview and move ahead).
• Both generalisability (quant) and contextual richness (qual)
are required. • Lack of transparency on sequencing, weighting, or rationale.
• The study aims to develop a new theory and also test it • Using mixed methods only to ‘add flavour,’ without genuine
empirically. complementarity.
Applications in marketing research include: Mixed methods reflect the reality that marketing problems
are rarely one-dimensional. When designed rigorously, they
• Consumer research: understanding emerging phenomena bridge numbers and narratives, prediction and meaning. Their
like influencer credibility. misuse comes from a lack of integration; their value lies in
showing how different forms of evidence converge or diverge
• Retailing: combining store-level sales data with consumer to enrich understanding.
ethnographies.
• Digital marketing: integrating clickstream analytics with
interviews on user experience. 7 | Configurational & Comparative Methods (QCA
Family)
6.5 | Who 7.1 | What
The unit of analysis spans both strands: Configurational methods examine how combinations of con-
ditions jointly lead to an outcome, recognising that different
• Quantitative strand: large samples of consumers, firms, or pathways (equifinality) can produce the same result. They move
transactions. beyond linear sufficiency (as in regression) by incorporating
TABLE 8 | Thresholds of adequacy for configurational and comparative methods (fsQCA and GQCA).
causal asymmetry (what drives success may differ from what 7.2 | Why
drives failure) (Fan et al. 2024).
These methods are valuable because marketing outcomes
• fsQCA (Fuzzy- Set Qualitative Comparative Analysis): are often complex, context- dependent, and non- linear.
Combines qualitative case orientation with quantitative set- Configurational approaches allow scholars to capture:
theoretic logic. Cases are assigned fuzzy membership scores
(0–1) to conditions, allowing the identification of sufficient • Equifinality: Different paths to the same outcome (e.g., high
and necessary combinations (Choi 2026; Huarng and Roig- loyalty via either brand trust or switching costs).
Tierno 2016; Das et al. 2022).
• Asymmetry: The absence of conditions for success is not
• GQCA (Grey Qualitative Comparative Analysis): Rooted simply the mirror opposite of those for failure.
in grey system theory, GQCA transforms incomplete or
• Threshold sensitivity: Especially relevant in GQCA, which
‘grey’ data into quantitative similarity measures, identify-
quantifies minimum levels of similarity or performance.
ing the degree of closeness between reference and compar-
ative series to evaluate outcomes objectively (Merminod
Examples:
et al. 2022).
• fsQCA: Identifying configurations of digital capabilities
Placing fsQCA and GQCA together as a distinct family of config-
and managerial support that jointly drive successful omni-
urational and comparative methods recognises their shared focus
channel adoption.
on complex causality and alternative pathways to outcomes. Both
methods differ fundamentally from traditional quantitative mod- • GQCA: Comparing competing retail formats under uncer-
els that emphasise linear sufficiency and from qualitative designs tain market data to identify the closest match to consumer
that stress contextual narratives. fsQCA bridges the two tradi- preference patterns.
tions by combining case-oriented reasoning with set-theoretic
quantification, whilst GQCA introduces robust comparative
logic for incomplete or uncertain data through grey system anal- 7.3 | When
ysis (Han, Wong, et al. 2025). Grouping them avoids forcing them
into the conventional ‘qualitative versus quantitative’ divide but Configurational methods are best applied in the following
also highlights their collective contribution: enabling marketing situations:
scholars to capture equifinality, asymmetry, and uncertainty in
ways that other methods cannot (Huarng 2016). The threshold • The research question involves multiple interacting
values are presented in Table 8. conditions.
• Compute grey relational coefficients between reference and • Clickstream/web analytics: analysing user navigation paths
comparative series. on e-commerce sites.
• Derive the grey relational grade to rank alternatives. • Image/video analytics: computer vision for logo detection,
shelf analysis, influencer content.
Formula (Grey Relational Grade): • Machine learning: supervised (predict churn), unsuper-
n
( ) 1 ∑ min Δ + ζmax Δ vised (segment consumers), deep learning (visual recogni-
𝛾 x0 , x i =
n k = 1 Δ0i (k) + ζmax Δ tion, generative content).
• ANN (Artificial Neural Networks): Multi-layered com- • Network analysis of online brand communities to detect
putational models inspired by the human brain, used for influencers.
pattern recognition, classification, and prediction. ANNs
are widely applied in marketing for churn prediction, cus-
tomer adoption modelling, sentiment analysis of reviews, 8.3 | When
and recommender systems (Zhao and Zhan 2025).
These methods are most suitable when:
• Predictive modelling: conversion likelihood, recommenda-
tion systems (Kaurav and Thomas 2025).
• Data are high-volume, high-velocity, or high-variety (the
• Network science: mapping social networks, brand commu- ‘3Vs’ of big data).
nities, or knowledge flows.
• Research questions involve prediction, pattern detection, or
digital trace analysis.
8.2 | Why • Traditional surveys or experiments are insufficient (e.g., an-
alysing millions of tweets).
The rationale is clear: digital marketing generates massive data
streams, and traditional statistical methods are insufficient to
capture their complexity. Big data methods allow marketing re- 8.4 | Where
searchers to:
Applications span almost all domains of marketing:
• Understand consumer sentiments at scale.
• Consumer behaviour: analysing reviews, social media posts.
• Detect emerging trends in social networks.
• Digital marketing: campaign targeting and optimisation.
• Predict churn, cross-sell, or conversion probabilities.
• Retailing/CRM: churn prediction, recommendation
• Uncover hidden structures in consumer–brand interactions.
engines.
Examples: • Branding: image recognition in user-generated content.
large datasets (> 1000 observations); more are needed for deep where p(w∣d) is the probability of word, w in document d, z is the
architectures (refer to Table 10 for threshold values). latent topic, K is the number of topics.
• Preprocessing: cleaning, tokenisation, feature engineering. Formula machine learning: Supervised learning (logistic regres-
• Analysis: machine learning algorithms, deep learning ar- sion, classification):
chitectures, network metrics. 1
P(y = 1| X ) =
• Validation: cross-validation, out-of-sample testing, perfor- 1 + e−(𝛽0+𝛽1X 1+⋯+𝛽kXk)
mance metrics.
Unsupervised learning (k-means clustering):
Formula (neural network, simpler version): n
∑
MinC ‖x − μ ‖2
y = f (Wx + b) ‖ i Ci ‖
i−1
where W is the weights, x is the inputs (e.g., image pixels), b is where xi is the data point, μci is the cluster centroid.
the bias, f is the activation function.
Deep learning (Feedforward NN):
Formula topic modelling (latent Dirichlet allocation, LDA):
y = f (Wx + b)
K
∑ ∑
p (w| d) = = (w| z = k). (p(z = k| d)) where W is the weight matrix, b is the bias, f is the non-linear
k−1 activation.
• Data ingestion (text, images, voice, behavioural traces). 10 | Literature Review as Research Method
• Model training (supervised, unsupervised, reinforcement,
Literature reviews are an integral part of doctoral and academic
generative).
research (Paul and Criado 2020; Tomczyk et al. 2024). A good lit-
• Validation (out-
of-
sample tests, fairness audits, erature review offers insights into the evolution of the research
interpretability). field and helps understand theories, context, characteristics, and
methods, and identifies research gaps (Paul and Barari 2022;
• Deployment (as recommender systems, content generators,
Paul 2024). Researchers develop a future research agenda based
predictive models).
on identified research gaps in a typical review paper (Paul,
Ueno, and Dennis 2023; Paul 2025; Kaurav and Mishra 2024;
The popular Generative AI tools in research are ChatGPT
Paul, Ueno, et al. 2024; Kaurav, Kulkarni, and Shee 2024).
(Paul, Khatri, and Kaur Duggal 2023), Claude, Jasper, [Link],
MidJourney, and Stable Diffusion. Transformer-based NLP mod-
els are available through Hugging Face Transformers, OpenAI
10.1 | What
API, Google Cloud NLP, and AWS Comprehend. Reinforcement
learning can be implemented in Python (OpenAI Gym, RLlib),
There are 3 Major types of reviews. 1. Domain-based review.
TensorFlow- Agents, or MATLAB Reinforcement Learning
2. Theory-based review 3. Method- based review. Amongst
Toolbox. AI-assisted qualitative coding is being embedded into
these, domain-based reviews are more popular, and they can
[Link] and MAXQDA, where machine learning aids the re-
be further classified into 7 different types as follows (Paul and
searcher whilst preserving interpretive validation (Table 11 of-
Criado 2020; Paul, Ueno, et al. 2024)
fers the details for thresholds).
a. Narrative (plain Vanilla) review
• Overclaiming generalisability from synthetic data. d. Bibliometric review (Pattnaik et al. 2020; Paul and
Bhukya 2021; Kaurav and Gupta 2022)
• Using AI outputs as unquestioned ‘truth’ rather than trian-
gulated evidence. e. Hybrid Review (Chakma et al. 2021; Kaurav et al. 2025)
f. Structured, but without an organizing framework
(Dhaliwal et al. 2025; Rosado-Serrano et al. 2018)
9.8 | Guidelines for Authors
TABLE 12 | Mapping research methods to the research journey (5WH lens and integration pathways).
Conflicts of Interest Chowdhary, N., R. P. S. Kaurav, and S. Sharma. 2020. “Segmenting the
Domestic Rural Tourists in India.” Tourism Review International 24, no.
The authors declare no conflicts of interest. 1: 23–36.
Crick, J. M. 2021. “Qualitative Research in Marketing: What Can
Data Availability Statement Academics Do Better?” Journal of Strategic Marketing 29, no. 5:
Data sharing not applicable to this article as no datasets were generated 390–429.
or analysed during the current study. Das, M., A. Roy, J. Paul, and V. Saha. 2022. “High and Low Impulsive
Buying in Social Commerce: A SPAR-4 -SLR and fsQCA Approach.”
IEEE Transactions on Engineering Management 71: 2226–2240.
References
Dash, G., K. Kiefer, and J. Paul. 2021. “Marketing- To-Millennials:
Aggarwal, P. J., R. P. S. Kaurav, and D. Gursoy. 2023. “Effects of Marketing 4.0, Customer Satisfaction and Purchase Intention.” Journal
(COVID)-19 Pandemic on Tourism Businesses in India: Operational of Business Research 122: 608–620.
Paul, J., and S. Sahadev. 2018. “Service Failure and Problems: Internal Stoner, J. L., R. Felix, and A. Stadler Blank. 2023. “Best practices for
Marketing Solutions for Facing the Future.” Journal of Retailing and Implementing Experimental Research Methods.” International Journal
Consumer Services 40: 304–311. of Consumer Studies 47, no. 4: 1579–1595.
Paul, J., A. Ueno, and C. Dennis. 2023. “ChatGPT and Consumers: Tiwari, P., R. P. S. Kaurav, and K. Y. Koay. 2024. “Understanding
Benefits, Pitfalls and Future Research Agenda.” International Journal Travel Apps Usage Intention: Findings From PLS and NCA.” Journal of
of Consumer Studies 47, no. 4: 1213–1225. Marketing Analytics 12, no. 1: 25–41.
Paul, J., A. Ueno, C. Dennis, et al. 2024. “Digital Transformation: Tomczyk, P., P. Brüggemann, and J. Paul. 2024. “Variable Science
A Multidisciplinary Perspective and Future Research Agenda.” Mapping as Literature Review Method.” Journal of Marketing Analytics
International Journal of Consumer Studies 48, no. 2: e13015. 12, no. 4: 829–841.
Purohit, S., R. Arora, and J. Paul. 2022. “The Bright Side of Online Tripathi, C. M., R. P. S. Kaurav, and T. Singh. 2024. “How Does Your
Consumer Behavior: Continuance Intention for Mobile Payments.” Cultural Intelligence Contribute to Your Adjustment? Unveiling the
Journal of Consumer Behaviour 21: 523–542. [Link] Link Between Cultural Intelligence and Cross-Cultural Adjustment
cb.2 017. Using Meta-A nalysis.” Journal of Global Mobility: The Home of
Expatriate Management Research 12, no. 1: 167–197.
Ramtiyal, B., G. Sakka, K. Mehmood, S. Narula, and S. Verma. 2025.
“Harnessing the Power of AI for Unlocking Indian Born- Global Venkatesh, V., S. A. Brown, and H. Bala. 2013. “Bridging the Qualitative-
Entrepreneurs in the Global Market Profile.” International Marketing Quantitative Divide: Guidelines for Conducting Mixed Methods
Review: 1–30. [Link] MR-10-2 024-0 428. Research in Information Systems.” MIS Quarterly 37: 21–54.
Rana, S., S. Bag, I. Ghosal, and B. Prasad. 2023. “How Do Influencers Zhao, Y., and Y. Zhan. 2025. “From Hype to Reality: Unveiling Consumer
Moderate Purchase Motives? An Application of S-O -R Model to Assess Resistance to NFTs Through a Hybrid SEM-A NN Approach.” Electronic
the Effects of Reviewers' Rating on Online Purchase.” Journal of Commerce Research and Applications 66: 101537. [Link]
Promotion Management 29, no. 8: 1168–1197. [Link] 1016/j.elerap.2 025.101537.
10496 491.2 023.2216292. Zheng, L. 2023. “How Racial Diversity and Gender Diversity in Job
Rana, S., S. Kathuria, and J. Singh. 2022. “Presenting the POWER Positions Affect the Economy?” Contemporary Economics 17, no. 2:
Framework of Conducting Literature Review.” In Exploring the Latest 109–127.
Trends in Management Literature, vol. 1. Emerald Publishing Limited.
Rosado-Serrano, A., J. Paul, and D. Dikova. 2018. “International
Franchising: A Literature Review and Research Agenda.” Journal of
Business Research 85: 238–257.
Roy, A., N. Gera, and G. Das. 2025. “Safety First! Wait, Ambition First!
How Parental Psychology Shapes Purchase Preferences for Their
Children.” Psychology & Marketing: 1–12. [Link]
70055.
Sahni, S., and R. P. S. Kaurav. 2023. “What? Why? When? How? Where?
of Technology-Based Bibliometric Review.” In Advancing Methodologies
of Conducting Literature Review in Management Domain, edited by S.