I was running a simple linear regression without a intercept:
regression <-lm (y ~ x + 0, data=data)
But when I tried to pass the output to tid