importar statsmodels.api como SM

import statsmodels.api as sm
model = OLS(X,y)
Cruel Copperhead