This will be a pretty basic question, but when I type:
reg = lm(y ~ x)
# then call reg,
reg
reg$coefficients
I get the two regression parameter estimates. But I would like to be able to pick them out without getting "(Intercept)" and "Elapsed_Time" attached to them.