Assume the following code is used to fit a regression model:…

Questions

Assume the fоllоwing cоde is used to fit а regression model:   x = df[  ['roа', 'size']  ] y = df['mtb'] lm.fit(x, y)   Which function is used to get the fitted vаlues of x?