-
Mediation.fit(method=
'parametric'
, n_rep=1000
)[source]
Fit a regression model to assess mediation.
- Parameters:
- method
str
Either ‘parametric’ or ‘bootstrap’.
- n_rep
int
The number of simulation replications.
- Returns a MediationResults object.
Last update:
Oct 29, 2024