Model 4

graph LR;
A --> C;
A --> B --> C;

Its definition file

Model4_definition

Setting up the models for analysis

Prepare Model for Analysis

	Out = ['', 'B', 'C']
	In = [[],['A'],['A','B']]
	Inter = [ [[]], [[]], [[]] ] 

Estimating the regression equations

Run Regression Model

	regstats(B,[A])
	regstats(C,[A B])

Backlinks

  • Mediation and Moderation
    • Model 4
logo